From 89a6caea72b27cf0a92e6571cefec143d15b37ae Mon Sep 17 00:00:00 2001 From: Cyan Date: Sun, 3 Sep 2023 20:18:26 +0800 Subject: [PATCH] go: replace yes and no with 1 and 0 in defines --- lang-golang/go/autobuild/defines | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang-golang/go/autobuild/defines b/lang-golang/go/autobuild/defines index 3b1e4cb08c8..130c11a3f5d 100644 --- a/lang-golang/go/autobuild/defines +++ b/lang-golang/go/autobuild/defines @@ -6,8 +6,8 @@ BUILDDEP="inetutils git go llvm mercurial" BUILDDEP__LOONGSON3="${BUILDDEP/llvm/}" PKGDES="The Go language compiler and tools" -NOSTATIC=no -ABSTRIP=no +NOSTATIC=0 +ABSTRIP=0 FAIL_ARCH="!(amd64|armv4|armv6hf|armv7hf|arm64|loongson3|ppc64el|riscv64)" USECLANG=1