From 2d96c08f498ef82a60d3efe447ebf4df639c0063 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 4 Jul 2014 12:58:10 -0300 Subject: [PATCH] no boost-locale in android? at least not here. --- src/makefile.android | 1 - 1 file changed, 1 deletion(-) diff --git a/src/makefile.android b/src/makefile.android index 978f9711..df8408d9 100644 --- a/src/makefile.android +++ b/src/makefile.android @@ -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