We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4701e92 commit 342bfebCopy full SHA for 342bfeb
icu_replace.sh
@@ -1,2 +1,2 @@
1
-gcc -fPIC -O2 -Wall -shared -o icu_replace.so icu_replace.c `icu-config --ldflags`
2
-strip icu_replace.so
+gcc -fPIC -O2 -Wall -shared -o icu_replace.so icu_replace.c $(pkg-config --libs icu-i18n`icu-config)
+strip icu_replace.so
0 commit comments