File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,4 @@ m4/lt~obsolete.m4
4949Makefile
5050build
5151* .tar.gz
52+ local-config.sh
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ let package = Package(
2020 targets: [
2121 . binaryTarget(
2222 name: " libldns " ,
23- url: " https://github.com/codinn/LDNS/releases/download/1.8.3/ldns.xcframework.zip " ,
24- checksum: " 9855b0ca0e1d0ec1ed1b7ccb910cc133f9fc23f6aaf13c25879d0d4f9a408dcf "
23+ url: " https://github.com/codinn/LDNS/releases/download/1.8.3-p1 /ldns.xcframework.zip " ,
24+ checksum: " 4ede5085dbcb1dc0402d58eb42b15db8190810d9a87f1f9017e7c389aff48abc "
2525 ) ,
2626 . target( name: " LDNS " ,
2727 dependencies: [ " libldns " ] )
Original file line number Diff line number Diff line change @@ -109,7 +109,8 @@ run_configure()
109109 # Add build target, --prefix and prevent async (references to getcontext(),
110110 # setcontext() and makecontext() result in App Store rejections) and creation
111111 # of shared libraries (default since 1.1.0)
112- local SSL_PATH=" ${HOME} /workspace/CodinnCode/OpenSSL/bin/${PLATFORM}${SDKVERSION} -${ARCH} .sdk"
112+ source " ${CURRENTPATH} /local-config.sh"
113+
113114 local LOCAL_CONFIG_OPTIONS=" --host=${CONFIG_HOST} --prefix=${TARGETDIR} --without-xcode-sdk --disable-shared --without-drill --disable-gost --without-examples --without-pyldns --with-ssl=${SSL_PATH} ${CONFIG_OPTIONS} "
114115
115116 echo " Configure..."
You can’t perform that action at this time.
0 commit comments