Update gyp and depot_tools.
This commit is contained in:
parent
9ca650ffcc
commit
598f3cdcd9
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ def update_frameworks_and_node(version):
|
|||
|
||||
|
||||
def update_gyp():
|
||||
gyp = os.path.join('vendor', 'gyp', 'gyp')
|
||||
gyp = os.path.join('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