Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Jan 23, 2024
1 parent 3a83052 commit a2a26d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ case "$1" in
./configure --enable-python --enable-java --enable-ruby --enable-go
;;
ape)
./configure CC=/opt/cosmo/bin/cosmocc export INSTALL="/opt/cosmos/bin/cosmoinstall" export AR="/opt/cosmos/bin/cosmoar" CRYPTO_CFLAGS="-I$PWD/openssl/include" CRYPTO_LIBS="-L$PWD/openssl -lcrypto" --disable-shared
./configure CC=/opt/cosmo/bin/cosmocc INSTALL="/opt/cosmos/bin/cosmoinstall" AR="/opt/cosmos/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
Expand Down

0 comments on commit a2a26d1

Please sign in to comment.