[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 esac
done done
if [ "$MACHINE" != "x86_64" ]]; then if [ "$MACHINE" != "x86_64" ]; then
# Native libs # Native libs
DEFAULTLIB=lib64 DEFAULTLIB=lib64
fi fi

Loading…
Cancel
Save