Wire up build for new brightray location
This commit is contained in:
parent
4dab62dfcf
commit
5ea20b5b54
10 changed files with 50 additions and 158 deletions
|
@ -63,7 +63,7 @@ def run_gyp(target_arch, component):
|
|||
if sys.platform == 'cygwin':
|
||||
# Force using win32 python on cygwin.
|
||||
python = os.path.join('vendor', 'python_26', 'python.exe')
|
||||
gyp = os.path.join('vendor', 'brightray', 'vendor', 'gyp', 'gyp_main.py')
|
||||
gyp = os.path.join('vendor', 'gyp', 'gyp_main.py')
|
||||
gyp_pylib = os.path.join(os.path.dirname(gyp), 'pylib')
|
||||
# Avoid using the old gyp lib in system.
|
||||
env['PYTHONPATH'] = os.path.pathsep.join([gyp_pylib,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue