From ce5dacbf3f12485167db0c583369324f95de8fea Mon Sep 17 00:00:00 2001 From: Xhofe Date: Sun, 24 Apr 2022 17:39:25 +0800 Subject: [PATCH] build: build musl first --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0022d68f..980a5282 100644 --- a/build.sh +++ b/build.sh @@ -149,8 +149,8 @@ elif [ "$1" = "docker" ]; then elif [ "$1" = "build" ]; then BUILD build elif [ "$1" = "release" ]; then - BUILD release BUILD_MUSL + BUILD release RELEASE else echo -e "${RED_COLOR} Parameter error ${RES}"