From d76988a52577330fb5dee57729e652877251d16e Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 1 Dec 2021 14:24:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E8=AF=91=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index e887c0c..79ca943 100755 --- a/build/build.sh +++ b/build/build.sh @@ -5,6 +5,7 @@ function build() { NAME="edge-node" VERSION=$(lookup-version $ROOT/../internal/const/const.go) DIST=$ROOT/"../dist/${NAME}" + MUSL_DIR="/usr/local/opt/musl-cross/bin" OS=${1} ARCH=${2} TAG=${3} @@ -53,7 +54,6 @@ function build() { echo "building ..." - MUSL_DIR="/usr/local/opt/musl-cross/bin" CC_PATH="" CXX_PATH="" if [[ `uname -a` == *"Darwin"* && "${OS}" == "linux" ]]; then