Skip to content

Commit dbcd6b8

Browse files
committed
android clean up
1 parent 4b4e9fe commit dbcd6b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ else ifeq ($(PLATFORM),android)
6767
endif
6868
TARGET := $(DIST_DIR)/cloudsync.so
6969
LDFLAGS += -shared -lcrypto -lssl -lc++
70-
# Android-specific flags
71-
CFLAGS += -D__ANDROID__
7270
else ifeq ($(PLATFORM),ios)
7371
TARGET := $(DIST_DIR)/cloudsync.dylib
7472
SDK := -isysroot $(shell xcrun --sdk iphoneos --show-sdk-path) -miphoneos-version-min=11.0

0 commit comments

Comments
 (0)