android: pthread is bundled within the Android libc implementation. We do not need to specify it as an external lib.

This commit is contained in:
Rom Walton 2013-01-18 13:36:06 -05:00 committed by Oliver Bock
parent bd087f006f
commit d34bee8759
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ REGEXP_OBJS = \
regexp_report.o
wrapper: wrapper.o $(BOINC_LIB_DIR)/libboinc.a $(BOINC_API_DIR)/libboinc_api.a $(REGEXP_OBJS)
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o wrapper wrapper.o $(REGEXP_OBJS) $(STDCPPTC) -pthread -lboinc_api -lboinc -lboinc_zip
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o wrapper wrapper.o $(REGEXP_OBJS) $(STDCPPTC) -lboinc_api -lboinc -lboinc_zip