Skip to content
Snippets Groups Projects
Commit 534d6fd5 authored by Misty De Meo's avatar Misty De Meo
Browse files

Move OS::Mac::Xcode.provides_autotools? to compat


Closes #125.

Signed-off-by: default avatarMisty De Meo <mistydemeo@github.com>
parent f5f41f20
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,4 @@ require "compat/keg"
require "compat/pathname"
require "compat/dependency_collector"
require "compat/language/haskell"
require "compat/xcode"
module OS
module Mac
module Xcode
extend self
def provides_autotools?
version < "4.3"
end
end
end
end
......@@ -138,10 +138,6 @@ module OS
end
end
def provides_autotools?
version < "4.3"
end
def provides_gcc?
version < "4.3"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment