Skip to content

Commit 5584e95

Browse files
authored
Update icu_replace.sh
pkg-config instead of icu-config
1 parent 342bfeb commit 5584e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icu_replace.sh

+1-1
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 $(pkg-config --libs icu-i18n`icu-config)
1+
gcc -fPIC -O2 -Wall -shared -o icu_replace.so icu_replace.c $(pkg-config --libs icu-i18n)
22
strip icu_replace.so

0 commit comments

Comments
 (0)