From f95fa7774c7cb97b83e4a7b1fc45feb4f195621c Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 24 Jan 2024 20:29:50 +0100 Subject: [PATCH] a --- .github/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/build.sh b/.github/build.sh index c180a21..1ba921e 100755 --- a/.github/build.sh +++ b/.github/build.sh @@ -43,7 +43,7 @@ case "$1" in cd openssl git apply ../.github/openssl_getrandom.diff ./Configure linux-aarch64 --with-rand-seed=getrandom no-asm no-shared no-dso no-engine no-dynamic-engine no-pic no-autoalginit no-autoerrinit no-tests -DPURIFY CC="/opt/cosmo/bin/cosmocc -I/opt/cosmo/include -L/opt/cosmo/lib" AR=/opt/cosmo/bin/cosmoar - make -j build_sw build_programs + make -j INSTALL_PREFIX=$PWD/openssl_ape install_sw cd - ;; esac @@ -84,7 +84,7 @@ case "$1" in ape) mkdir -p openpace_ape find . - for file in openssl/apps/openssl src/eactest src/cvc-create src/cvc-print + for file in openssl_ape/bin/openssl src/eactest src/cvc-create src/cvc-print do objcopy -SO binary $file openpace_ape/${file##*/}.com done