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

Add python superenv wrapper


Closes Homebrew/homebrew#26140.

Signed-off-by: default avatarMisty De Meo <mistydemeo@gmail.com>
parent 5de3686c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
export PATH=$USER_PATH
exec $(basename $0) $@
python
\ No newline at end of file
python
\ No newline at end of file
python
\ No newline at end of file
python
\ No newline at end of file
python
\ No newline at end of file
......@@ -67,6 +67,7 @@ module Superenv
validate_cc!(formula) unless formula.nil?
self['DEVELOPER_DIR'] = determine_developer_dir
self['MAKEFLAGS'] ||= "-j#{determine_make_jobs}"
self['USER_PATH'] = self['PATH']
self['PATH'] = determine_path
self['PKG_CONFIG_PATH'] = determine_pkg_config_path
self['PKG_CONFIG_LIBDIR'] = determine_pkg_config_libdir
......
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