From d8911b2d047d79ae089d8168075dfe0c6581cb10 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 24 Jan 2024 20:44:11 +0100 Subject: [PATCH] a --- .github/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build.sh b/.github/build.sh index 1ba921e..5038ab2 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 INSTALL_PREFIX=$PWD/openssl_ape install_sw + INSTALL_PREFIX=$PWD/openssl_ape make -j install_sw cd - ;; esac