Move superenv.rb to extend/ENV/super.rb

This commit is contained in:
Jack Nagel 2013-08-19 12:32:59 -05:00
parent 061f8cb35f
commit cc18f5e0c4
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
require 'hardware'
require 'superenv'
require 'extend/ENV/super'
def superenv?
return false if MacOS::Xcode.without_clt? && MacOS.sdk_path.nil?