forked from openkylin/platform_build
am 18e6b280: Merge "Missed a dependency on pthreads."
* commit '18e6b2800158bb92a102aaaef812cabdddf00683': Missed a dependency on pthreads.
This commit is contained in:
commit
40eb848d7d
|
@ -35,7 +35,7 @@ ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
|
|||
ifdef LOCAL_IS_HOST_MODULE
|
||||
my_cppflags += -nostdinc++
|
||||
my_ldflags += -nodefaultlibs
|
||||
my_ldlibs += -lc -lm
|
||||
my_ldlibs += -lc -lm -lpthread
|
||||
endif
|
||||
else ifneq ($(filter $(my_cxx_stl),stlport stlport_static),)
|
||||
ifndef LOCAL_IS_HOST_MODULE
|
||||
|
|
Loading…
Reference in New Issue