From 195f77abb0138b4c387ad6dd451ddf9c49152b26 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 5 Nov 2017 15:40:46 +0000 Subject: MACOS_*VERSION: move to compat. --- Library/Homebrew/compat/macos.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Homebrew/compat') diff --git a/Library/Homebrew/compat/macos.rb b/Library/Homebrew/compat/macos.rb index 3acd2f9ef..1f2c651c5 100644 --- a/Library/Homebrew/compat/macos.rb +++ b/Library/Homebrew/compat/macos.rb @@ -1,5 +1,10 @@ require "development_tools" +if OS.mac? + MACOS_FULL_VERSION = OS::Mac.full_version.to_s.freeze + MACOS_VERSION = OS::Mac.version.to_s.freeze +end + module OS module Mac module_function -- cgit v1.2.3