Revert "Add python superenv wrapper"
This reverts commit 90e22e389c539b25fe7864645bfe5e2a9ce7452f.
This commit is contained in:
parent
1f7e317d26
commit
b7781c4571
@ -1,4 +0,0 @@
|
|||||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0
|
|
||||||
|
|
||||||
ENV['PATH'] = ENV['USER_PATH']
|
|
||||||
exec File.basename($0), *ARGV
|
|
||||||
@ -1 +0,0 @@
|
|||||||
python
|
|
||||||
@ -1 +0,0 @@
|
|||||||
python
|
|
||||||
@ -1 +0,0 @@
|
|||||||
python
|
|
||||||
@ -1 +0,0 @@
|
|||||||
python
|
|
||||||
@ -1 +0,0 @@
|
|||||||
python
|
|
||||||
@ -67,7 +67,6 @@ module Superenv
|
|||||||
validate_cc!(formula) unless formula.nil?
|
validate_cc!(formula) unless formula.nil?
|
||||||
self['DEVELOPER_DIR'] = determine_developer_dir
|
self['DEVELOPER_DIR'] = determine_developer_dir
|
||||||
self['MAKEFLAGS'] ||= "-j#{determine_make_jobs}"
|
self['MAKEFLAGS'] ||= "-j#{determine_make_jobs}"
|
||||||
self['USER_PATH'] = self['PATH']
|
|
||||||
self['PATH'] = determine_path
|
self['PATH'] = determine_path
|
||||||
self['PKG_CONFIG_PATH'] = determine_pkg_config_path
|
self['PKG_CONFIG_PATH'] = determine_pkg_config_path
|
||||||
self['PKG_CONFIG_LIBDIR'] = determine_pkg_config_libdir
|
self['PKG_CONFIG_LIBDIR'] = determine_pkg_config_libdir
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user