File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 configure :
3939 --host aarch64-linux-android26
4040 --with-openssl=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr
41- LIBS="-lssl -lcrypto -lc++ "
41+ LIBS="-lssl -lcrypto"
4242 AR=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar
4343 AS=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-as
4444 CC=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android26-clang
5555 configure :
5656 --host x86_64-linux-android26
5757 --with-openssl=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr
58- LIBS="-lssl -lcrypto -lc++ "
58+ LIBS="-lssl -lcrypto"
5959 AR=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar
6060 AS=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-as
6161 CC=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android26-clang
Original file line number Diff line number Diff 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 -lc++
69+ LDFLAGS += -shared -lcrypto -lssl
7070else ifeq ($(PLATFORM),ios)
7171 TARGET := $(DIST_DIR ) /cloudsync.dylib
7272 SDK := -isysroot $(shell xcrun --sdk iphoneos --show-sdk-path) -miphoneos-version-min=11.0
You can’t perform that action at this time.
0 commit comments