Browse Source

no boost-locale in android? at least not here.

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
2d96c08f49
  1. 1
      src/makefile.android

1
src/makefile.android

@ -163,7 +163,6 @@ LIBS += \ @@ -163,7 +163,6 @@ LIBS += \
-l boost_filesystem$(BOOST_LIB_SUFFIX) \
-l boost_program_options$(BOOST_LIB_SUFFIX) \
-l boost_thread$(BOOST_LIB_SUFFIX) \
-l boost_locale$(BOOST_LIB_SUFFIX) \
-l db_cxx$(BDB_LIB_SUFFIX) \
-L$(NDK_BASE)/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/ -lgnustl_static
#-l ssl_static -l crypto_static

Loading…
Cancel
Save