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',
|
||||
]
|
||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
|||
Subproject commit bff2151ed0f2a4c2ccc41d88d2342b24f000e011
|
||||
Subproject commit dfce146b6249c191fe7cba624ce85432d3894d1d
|
Loading…
Reference in a new issue