Skip to content

Commit 342bfeb

Browse files
authored
Update icu_replace.sh
change icu-config to pkg-config --libs icu-i18n http://userguide.icu-project.org/howtouseicu
1 parent 4701e92 commit 342bfeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

icu_replace.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -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
1+
gcc -fPIC -O2 -Wall -shared -o icu_replace.so icu_replace.c $(pkg-config --libs icu-i18n`icu-config)
2+
strip icu_replace.so

0 commit comments

Comments
 (0)