summaryrefslogtreecommitdiffstats
path: root/misc/fcitx5-mozc/0011-build-with-libstdc++.patch
blob: f36b595a593983829cf8e909e0a868674278598d (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/gyp/common.gypi b/src/gyp/common.gypi
index 0635068..dd8043e 100644
--- a/src/gyp/common.gypi
+++ b/src/gyp/common.gypi
@@ -105,7 +105,6 @@
     ],
     # Libraries for GNU/Linux environment.
     'linux_ldflags': [
-      '-lc++',
       '-pthread',
     ],