Skip to content

Commit

Permalink
specify openssl target
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 26, 2024
1 parent c88da92 commit 153b66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ wget -q https://github.com/openssl/openssl/archive/refs/tags/OpenSSL_1_1_1w.tar.
tar -xf OpenSSL*.tar.gz
rm *.tar.gz
cd openssl-OpenSSL*
./config no-shared --prefix=${DEPSDIR} --openssldir=${DEPSDIR}
./config linux-${ARCH} no-shared --prefix=${DEPSDIR} --openssldir=${DEPSDIR}
make -j4
make install_sw

Expand Down

0 comments on commit 153b66c

Please sign in to comment.