From 24a011702f0524dc5070e0f510de263832264d4d Mon Sep 17 00:00:00 2001 From: jackun Date: Mon, 9 Aug 2021 01:46:31 +0300 Subject: [PATCH] [build.sh] Fix typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5a86e856..3971d26c 100755 --- a/build.sh +++ b/build.sh @@ -218,7 +218,7 @@ install() { esac done - if [ "$MACHINE" != "x86_64" ]]; then + if [ "$MACHINE" != "x86_64" ]; then # Native libs DEFAULTLIB=lib64 fi