slackbuilds/misc/fcitx5-mozc/0011-build-with-libstdc++.p...

13 lines
278 B
Diff
Raw Normal View History

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