Build with clang under Linux.
This commit is contained in:
parent
63852a8c82
commit
c64a793364
2 changed files with 5 additions and 2 deletions
|
@ -32,6 +32,7 @@ def update_gyp():
|
|||
subprocess.call([python, gyp,
|
||||
'-f', 'ninja', '--depth', '.', 'atom.gyp',
|
||||
'-Icommon.gypi', '-Ivendor/brightray/brightray.gypi',
|
||||
'-Dlinux_clang=0', # Disable brightray's clang setting
|
||||
'-Dtarget_arch={0}'.format(arch),
|
||||
'-Dlibrary=static_library'])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue