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 67f30b3 commit f073262
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 @@ -41,7 +41,7 @@ case "$1" in
test -d openssl || git clone --depth=1 https://github.com/openssl/openssl.git -b openssl-3.0 openssl
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 -DPURIFY CC="/opt/cosmo/bin/cosmocc -I/opt/cosmos/include -L/opt/cosmos/lib" AR=/opt/cosmo/bin/cosmoar
./Configure linux-aarch64 --with-rand-seed=getrandom no-asm no-shared no-dso no-engine no-dynamic-engine no-tests -DPURIFY CC="/opt/cosmo/bin/cosmocc -I/opt/cosmos/include -L/opt/cosmos/lib" AR=/opt/cosmo/bin/cosmoar
make -j
cd -
;;
Expand Down

0 comments on commit f073262

Please sign in to comment.