chore: update cc def for amd64 to match

This commit is contained in:
Dave Young
2024-11-14 17:54:50 -06:00
parent b5ce184179
commit 45dde88c98

View File

@@ -79,7 +79,7 @@ CGO_ENABLED:=0
ifeq ($(GOARCH), arm64)
CC:=aarch64-linux-gnu-gcc
else
CC:=gcc
CC:=x86_64-linux-gnu-gcc
endif
# Set default Go architecture to AMD64.