Skip to content

Commit b78815b

Browse files
committed
temp remove cc filter
1 parent 7baa53a commit b78815b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ else ifeq ($(PLATFORM),macos)
6262
else ifeq ($(PLATFORM),android)
6363
# Use Android NDK's Clang compiler, the user should set the CC
6464
# 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
65+
6866
TARGET := $(DIST_DIR)/cloudsync.so
6967
LDFLAGS += -shared -lcrypto -lssl -lc++
7068
else ifeq ($(PLATFORM),ios)

0 commit comments

Comments
 (0)