From d5f889805603d5bb814ff2df4e9d8f2b266a8036 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 24 Jan 2024 07:58:32 +0100 Subject: [PATCH] ape --- .github/build.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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