File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555# Installed dependencies
5656/openssl *
5757/wolfssl *
58+ /artifacts
5859
5960IDE /Android /android-ndk-r26b /
6061IDE /Android /openssl-source /
Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ build() { # <ARCH=arm64|x86_64> <TYPE=iphonesimulator|iphoneos|macosx|watchos|wa
6868 ./configure -prefix=${OUTDIR} /wolfprov-${TYPE} -${ARCH} ${CONF_OPTS} --host=${HOST} \
6969 --with-openssl=${WOLFPROV_DIR} /openssl-source/artifacts/openssl-install-${TYPE} -${ARCH} \
7070 --with-wolfssl=${WOLFPROV_DIR} /wolfssl-source/artifacts/wolfssl-install-${TYPE} -${ARCH} \
71- CFLAGS=" ${CFLAGS_COMMON} -arch ${ARCH} -isysroot ${SDK_ROOT} "
71+ CFLAGS=" ${CFLAGS_COMMON} -arch ${ARCH} -isysroot ${SDK_ROOT} " \
72+ LDFLAGS=" -framework CoreFoundation -framework Security"
7273 make -j
7374 make install
7475
@@ -77,7 +78,7 @@ build() { # <ARCH=arm64|x86_64> <TYPE=iphonesimulator|iphoneos|macosx|watchos|wa
7778}
7879
7980XCFRAMEWORKS=
80- for type in iphonesimulator ; do
81+ for type in iphonesimulator macosx ; do
8182 build arm64 ${type}
8283 build x86_64 ${type}
8384
You can’t perform that action at this time.
0 commit comments