Skip to content

Commit

Permalink
include go version in gotools
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Apr 21, 2024
1 parent 00f10b8 commit 74d36a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BIN_OUTPUT_PATH = bin/$(shell uname -s)-$(shell uname -m)

TOOL_BIN = bin/gotools/$(shell uname -s)-$(shell uname -m)
# note: tools are linked to go version because our linter is not compatible across versions
TOOL_BIN = bin/gotools/$(shell uname -s)-$(shell uname -m)-$(shell go env GOVERSION)

NDK_ROOT ?= etc/android-ndk-r26
BUILD_CHANNEL ?= local
Expand Down

0 comments on commit 74d36a2

Please sign in to comment.