Skip to content

Commit

Permalink
ape
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Jan 24, 2024
1 parent 555302c commit d5f8898
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d5f8898

Please sign in to comment.