Skip to content

Commit 4b4e9fe

Browse files
committed
android link c++
1 parent f579d28 commit 4b4e9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ else ifeq ($(PLATFORM),android)
6666
$(error "CC must be set to the Android NDK's Clang compiler")
6767
endif
6868
TARGET := $(DIST_DIR)/cloudsync.so
69-
LDFLAGS += -shared -lcrypto -lssl
69+
LDFLAGS += -shared -lcrypto -lssl -lc++
7070
# Android-specific flags
7171
CFLAGS += -D__ANDROID__
7272
else ifeq ($(PLATFORM),ios)

0 commit comments

Comments
 (0)