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

3
.gitmodules vendored
View File

@@ -4,9 +4,6 @@
[submodule "vendor/node"]
path = vendor/node
url = https://github.com/atom/node.git
[submodule "vendor/gyp"]
path = vendor/gyp
url = https://github.com/svn2github/gyp.git
[submodule "vendor/depot_tools"]
path = vendor/depot_tools
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git

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

1
vendor/gyp vendored

Submodule vendor/gyp deleted from 88202fb4e5