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')
|
||||
|
|
2
vendor/depot_tools
vendored
2
vendor/depot_tools
vendored
|
@ -1 +1 @@
|
|||
Subproject commit a926a1eb0412d8c80f6a31ee7c7b6204db5b5270
|
||||
Subproject commit 7f834ad2f1fdde361379ccdc19dcc2d2b6426e3c
|
2
vendor/gyp
vendored
2
vendor/gyp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 4e2c8086835d6e768b2e1dde82bff8f87165d257
|
||||
Subproject commit b8c2ab69b417009ab5d2a4228368563b33c19d37
|
Loading…
Add table
Reference in a new issue