mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Ship gyp.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -4,3 +4,6 @@
|
||||
[submodule "vendor/node"]
|
||||
path = vendor/node
|
||||
url = https://github.com/atom/cefode-node.git
|
||||
[submodule "vendor/gyp"]
|
||||
path = vendor/gyp
|
||||
url = https://github.com/svn2github/gyp.git
|
||||
|
||||
@@ -27,7 +27,9 @@ def update_frameworks_and_node(version):
|
||||
|
||||
|
||||
def update_gyp():
|
||||
subprocess.check_call(['gyp', '-f', 'ninja', '--depth', '.', 'atom.gyp',
|
||||
gyp = os.path.join(SOURCE_ROOT, 'vendor', 'gyp', 'gyp')
|
||||
subprocess.check_call([sys.executable, gyp,
|
||||
'-f', 'ninja', '--depth', '.', 'atom.gyp',
|
||||
'-Icommon.gypi', '-Ivendor/brightray/brightray.gypi',
|
||||
'-Dtarget_arch=ia32', '-Dlibrary=static_library'])
|
||||
|
||||
|
||||
1
vendor/gyp
vendored
Submodule
1
vendor/gyp
vendored
Submodule
Submodule vendor/gyp added at 4e2c808683
Reference in New Issue
Block a user