Kaydet (Commit) 84374b2d authored tarafından Peter Foley's avatar Peter Foley

fix boost threading on android

see https://code.google.com/p/android/issues/detail?id=41770

Change-Id: Ia6a016afcf3215558ae261e4844b69dec338d566
üst ea7d6d07
......@@ -50,7 +50,7 @@ else
# must be built with debug STL if --enable-dbgutil
$(call gb_ExternalProject_get_state_target,liborcus,build) :
$(call gb_ExternalProject_run,build,\
$(if $(filter ANDROID,$(OS)),LIBS='-lgnustl_shared -lm') \
$(if $(filter ANDROID,$(OS)),LIBS='-lgnustl_shared -lm' CPPFLAGS="-D_GLIBCXX_HAS_GTHREADS") \
./configure \
--with-pic \
--enable-static \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment