aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/xcode.rb
blob: f212ada641c14c62bb2ae18e8a6e07513eb1c12f (plain)
1
2
3
4
5
6
7
8
9
10
11
module OS
  module Mac
    module Xcode
      module_function

      def provides_autotools?
        odisabled "OS::Mac::Xcode.provides_autotools?"
      end
    end
  end
end