mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-03-28 23:58:52 +08:00
Remove linux_clang option
We are always using clang now.
This commit is contained in:
@@ -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
Submodule vendor/brightray updated: bff2151ed0...dfce146b62
Reference in New Issue
Block a user