Skip to content

Commit

Permalink
chore: update cc def for amd64 to match
Browse files Browse the repository at this point in the history
  • Loading branch information
daveoy committed Nov 14, 2024
1 parent b5ce184 commit 45dde88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 45dde88

Please sign in to comment.