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 7baa53a commit b78815bCopy full SHA for b78815b
Makefile
@@ -62,9 +62,7 @@ else ifeq ($(PLATFORM),macos)
62
else ifeq ($(PLATFORM),android)
63
# Use Android NDK's Clang compiler, the user should set the CC
64
# example CC=$ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android26-clang
65
- ifeq ($(filter %-clang,$(CC)),)
66
- $(error "CC must be set to the Android NDK's Clang compiler")
67
- endif
+
68
TARGET := $(DIST_DIR)/cloudsync.so
69
LDFLAGS += -shared -lcrypto -lssl -lc++
70
else ifeq ($(PLATFORM),ios)
0 commit comments