Skip to content

Commit

Permalink
god damn it
Browse files Browse the repository at this point in the history
openssl y u do dis
  • Loading branch information
anzz1 authored May 25, 2023
1 parent afd4f72 commit 0c4d141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/deps/make-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export LDFLAGS="-Wl,-s -Wl,--gc-sections"
if [ ! -f "openssl-1.0.0t/libssl.so.1.0.0" ] || [ ! -f "openssl-1.0.0t/libcrypto.so.1.0.0" ]; then
test -d openssl-1.0.0t || tar xzf openssl-1.0.0t.tar.gz || exit $?
cd openssl-1.0.0t || exit $?
./configure shared linux-generic32 || exit $?
./Configure shared linux-generic32 || exit $?
make || exit $?
cd ..
fi
Expand Down

0 comments on commit 0c4d141

Please sign in to comment.