Skip to content

Commit

Permalink
Makefile: detected TINYGO now works even if a rule changes directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dkegel-fastly committed Jan 20, 2022
1 parent e9d182c commit ddf26aa
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 @@ -36,7 +36,7 @@ GOTESTFLAGS ?= -v
MD5SUM = md5sum

# tinygo binary for tests
TINYGO ?= $(call detect,tinygo,tinygo build/tinygo)
TINYGO ?= $(call detect,tinygo,tinygo $(PWD)/build/tinygo)

# Use CCACHE for LLVM if possible
ifneq (, $(shell command -v ccache 2> /dev/null))
Expand Down

0 comments on commit ddf26aa

Please sign in to comment.