Use the gyp vendored by brightray.

This commit is contained in:
Cheng Zhao 2013-12-25 18:47:19 +08:00
parent 754cd88cc2
commit cfca12d4a5
3 changed files with 1 additions and 5 deletions

View file

@ -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')