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 4de0054 commit f95fa77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 build_sw build_programs
make -j INSTALL_PREFIX=$PWD/openssl_ape install_sw
cd -
;;
esac
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f95fa77

Please sign in to comment.