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 a919c57 commit de9d94dCopy full SHA for de9d94d
Makefile
@@ -66,7 +66,7 @@ else ifeq ($(PLATFORM),android)
66
$(error "CC must be set to the Android NDK's Clang compiler")
67
endif
68
TARGET := $(DIST_DIR)/cloudsync.so
69
- LDFLAGS += -shared
+ LDFLAGS += -shared -lcrypto
70
# Android-specific flags
71
CFLAGS += -D__ANDROID__
72
else ifeq ($(PLATFORM),ios)
0 commit comments