We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4e9fe commit dbcd6b8Copy full SHA for dbcd6b8
Makefile
@@ -67,8 +67,6 @@ else ifeq ($(PLATFORM),android)
67
endif
68
TARGET := $(DIST_DIR)/cloudsync.so
69
LDFLAGS += -shared -lcrypto -lssl -lc++
70
- # Android-specific flags
71
- CFLAGS += -D__ANDROID__
72
else ifeq ($(PLATFORM),ios)
73
TARGET := $(DIST_DIR)/cloudsync.dylib
74
SDK := -isysroot $(shell xcrun --sdk iphoneos --show-sdk-path) -miphoneos-version-min=11.0
0 commit comments