Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Jan 24, 2024
1 parent f95fa77 commit d8911b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build.sh
Expand Up @@ -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
Expand Down

0 comments on commit d8911b2

Please sign in to comment.