Remove linux_clang option

We are always using clang now.
This commit is contained in:
Cheng Zhao 2015-04-08 19:22:02 +08:00
parent 555e06573a
commit c5b85b23eb
2 changed files with 1 additions and 2 deletions

View file

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