Use the gyp vendored by brightray.
This commit is contained in:
parent
754cd88cc2
commit
cfca12d4a5
3 changed files with 1 additions and 5 deletions
|
@ -22,7 +22,7 @@ def update_frameworks():
|
|||
|
||||
|
||||
def update_gyp():
|
||||
gyp = os.path.join('vendor', 'gyp', 'gyp_main.py')
|
||||
gyp = os.path.join('vendor', 'brightray', 'vendor', 'gyp', 'gyp_main.py')
|
||||
python = sys.executable
|
||||
if sys.platform == 'cygwin':
|
||||
python = os.path.join('vendor', 'python_26', 'python.exe')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue