fix boost threading on android
see https://code.google.com/p/android/issues/detail?id=41770 Change-Id: Ia6a016afcf3215558ae261e4844b69dec338d566
This commit is contained in:
parent
ea7d6d0702
commit
84374b2d4c
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue