mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Build node as shared library
This commit is contained in:
@@ -38,7 +38,7 @@ def update_gyp():
|
||||
|
||||
ret = subprocess.call([python, gyp,
|
||||
'-f', 'ninja', '--depth', '.', 'atom.gyp',
|
||||
'-Icommon.gypi', '-Ivendor/brightray/brightray.gypi',
|
||||
'-Icommon.gypi',
|
||||
'-Dlinux_clang=0', # Disable brightray's clang setting
|
||||
'-Dtarget_arch={0}'.format(arch),
|
||||
'-Dlibrary=static_library'])
|
||||
|
||||
Reference in New Issue
Block a user