Files
2018-09-23 19:29:01 +03:00

16 lines
582 B
Diff

--- a/build/gen.py.gn-bootstrap 2018-07-21 09:17:17.000000000 +0200
+++ b/build/gen.py 2018-07-21 17:08:45.465590164 +0200
@@ -367,10 +367,8 @@
# Use the sid sysroot that UpdateLinuxSysroot() downloads.
cflags.append('--sysroot=' + linux_sysroot)
ldflags.append('--sysroot=' + linux_sysroot)
- ldflags.extend([
- '-static-libstdc++',
- '-Wl,--as-needed',
- ])
+ ldflags.append('-static-libstdc++')
+ ldflags.append('-Wl,--as-needed')
libs.extend([
# These are needed by libc++.
'-ldl',