Build with clang under Linux.

This commit is contained in:
Cheng Zhao 2013-12-31 11:27:31 +00:00
parent 63852a8c82
commit c64a793364
2 changed files with 5 additions and 2 deletions

View file

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