[build.sh] Fix typo

pull/595/head
jackun 3 years ago
parent 6dee0948a5
commit 24a011702f
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -218,7 +218,7 @@ install() {
esac
done
if [ "$MACHINE" != "x86_64" ]]; then
if [ "$MACHINE" != "x86_64" ]; then
# Native libs
DEFAULTLIB=lib64
fi

Loading…
Cancel
Save