Remove linux_clang option
We are always using clang now.
This commit is contained in:
parent
555e06573a
commit
c5b85b23eb
2 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,6 @@ def run_gyp(target_arch, component):
|
|||
gyp = os.path.join('vendor', 'brightray', 'vendor', 'gyp', 'gyp_main.py')
|
||||
defines = [
|
||||
'-Dlibchromiumcontent_component={0}'.format(component),
|
||||
'-Dlinux_clang=0', # FIXME remove me.
|
||||
'-Dtarget_arch={0}'.format(target_arch),
|
||||
'-Dlibrary=static_library',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue