Skip to content

Commit de9d94d

Browse files
committed
android link crypto
1 parent a919c57 commit de9d94d

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
69+
LDFLAGS += -shared -lcrypto
7070
# Android-specific flags
7171
CFLAGS += -D__ANDROID__
7272
else ifeq ($(PLATFORM),ios)

0 commit comments

Comments
 (0)