pelya / libiconv-libicu-android

Port of libiconv and libicu to Android
The Unlicense
30 stars 44 forks source link

cannot use iconv/icu to build boost::locale #5

Open franksNVDA opened 6 years ago

franksNVDA commented 6 years ago

I tried use this project to generate icon/icu libs for android. but when I tried to set it as back-end of boost::locale, it fails. seems boost not find icu/icon libs. how can I use these libs. I add boost build flag like this list(APPEND BOOST_FLAGS boost.locale.icu=on -sICU_PATH=MY_PATH/libiconv-libicu-android-master/armeabi) in cmake

Farmer-Markus commented 4 weeks ago

same problem