Skip to content

Commit 45dde88

Browse files
committed
chore: update cc def for amd64 to match
1 parent b5ce184 commit 45dde88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ CGO_ENABLED:=0
7979
ifeq ($(GOARCH), arm64)
8080
CC:=aarch64-linux-gnu-gcc
8181
else
82-
CC:=gcc
82+
CC:=x86_64-linux-gnu-gcc
8383
endif
8484

8585
# Set default Go architecture to AMD64.

0 commit comments

Comments
 (0)