WRAPPER: Fix for previous commit

This commit is contained in:
Rom Walton 2014-04-18 16:08:46 -04:00
parent 673271c618
commit 36d41d9edc
1 changed files with 3 additions and 5 deletions

View File

@ -6,12 +6,10 @@ BOINC_API_DIR = $(BOINC_DIR)/api
BOINC_LIB_DIR = $(BOINC_DIR)/lib
BOINC_ZIP_DIR = $(BOINC_DIR)/zip
ifeq ($(CXXFLAGS), -DANDROID)
PTHREAD =
endif
ifneq ($(CXXFLAGS), -DANDROID)
ifneq (, $(findstring ANDROID, $(CXXFLAGS)))
PTHREAD = -pthread
else
PTHREAD =
endif
CXXFLAGS += -g -O0 \