Skip to content

Commit ddf26aa

Browse files
committed
Makefile: detected TINYGO now works even if a rule changes directory
1 parent e9d182c commit ddf26aa

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
@@ -36,7 +36,7 @@ GOTESTFLAGS ?= -v
3636
MD5SUM = md5sum
3737

3838
# tinygo binary for tests
39-
TINYGO ?= $(call detect,tinygo,tinygo build/tinygo)
39+
TINYGO ?= $(call detect,tinygo,tinygo $(PWD)/build/tinygo)
4040

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

0 commit comments

Comments
 (0)