Remove linux_clang option
We are always using clang now.
This commit is contained in:
Родитель
555e06573a
Коммит
c5b85b23eb
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit bff2151ed0f2a4c2ccc41d88d2342b24f000e011
|
||||
Subproject commit dfce146b6249c191fe7cba624ce85432d3894d1d
|
Загрузка…
Ссылка в новой задаче