You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: