We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee54f9 commit a919c57Copy full SHA for a919c57
Makefile
@@ -66,10 +66,9 @@ else ifeq ($(PLATFORM),android)
66
$(error "CC must be set to the Android NDK's Clang compiler")
67
endif
68
TARGET := $(DIST_DIR)/cloudsync.so
69
- LDFLAGS += -shared -lm -lssl -lcrypto
+ LDFLAGS += -shared
70
# Android-specific flags
71
- CFLAGS += -D__ANDROID__ -fno-exceptions
72
- TEST_FLAGS += -fno-exceptions
+ CFLAGS += -D__ANDROID__
73
else ifeq ($(PLATFORM),ios)
74
TARGET := $(DIST_DIR)/cloudsync.dylib
75
SDK := -isysroot $(shell xcrun --sdk iphoneos --show-sdk-path) -miphoneos-version-min=11.0
0 commit comments