mirror of https://github.com/BOINC/boinc.git
WRAPPER: Fix for previous commit
This commit is contained in:
parent
673271c618
commit
36d41d9edc
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue