Skip to content

Commit

Permalink
go: replace yes and no with 1 and 0 in defines
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyanoxygen authored and MingcongBai committed Sep 21, 2023
1 parent c6e40c2 commit 89a6cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang-golang/go/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89a6cae

Please sign in to comment.