Update gyp and depot_tools.

This commit is contained in:
Cheng Zhao 2013-07-10 08:36:26 +08:00
parent 9ca650ffcc
commit 598f3cdcd9
3 changed files with 3 additions and 3 deletions

View file

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