Skip to content

Commit 09642dd

Browse files
committed
go: replace yes and no with 1 and 0 in defines
1 parent f55fe90 commit 09642dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang-golang/go/autobuild/defines

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ BUILDDEP="inetutils git go llvm mercurial"
66
BUILDDEP__LOONGSON3="${BUILDDEP/llvm/}"
77
PKGDES="The Go language compiler and tools"
88

9-
NOSTATIC=no
10-
ABSTRIP=no
9+
NOSTATIC=0
10+
ABSTRIP=0
1111
FAIL_ARCH="!(amd64|armv4|armv6hf|armv7hf|arm64|loongson3|ppc64el|riscv64)"
1212

1313
USECLANG=1

0 commit comments

Comments
 (0)