diff --git a/.github/build.sh b/.github/build.sh index 7211f09..67cb5b8 100755 --- a/.github/build.sh +++ b/.github/build.sh @@ -57,10 +57,10 @@ case "$1" in ;; ape) ./configure CC=/opt/cosmo/bin/cosmocc INSTALL="/opt/cosmo/bin/cosmoinstall" AR="/opt/cosmo/bin/cosmoar" CRYPTO_CFLAGS="-I$PWD/openssl/include" CRYPTO_LIBS="-L$PWD/openssl -lcrypto" --disable-shared - echo "#define ossl_unused" >> config.h - echo "#define ossl_inline" >> config.h - echo "#define __owur" >> config.h - echo "#define ossl_noreturn" >> config.h + #echo "#define ossl_unused" >> config.h + #echo "#define ossl_inline" >> config.h + #echo "#define __owur" >> config.h + #echo "#define ossl_noreturn" >> config.h ;; macos) ./configure @@ -83,6 +83,7 @@ esac case "$1" in ape) mkdir -p openpace_ape + find . for file in openssl/apps/openssl src/eactest src/cvc-create src/cvc-print do objcopy -SO binary $file openpace_ape/${file##*/}.com