aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4996a2529..4a6791b66 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ TARGETGOARCH := $(TARGETVMARCH)
ifeq ("$(TARGETOS)", "fuchsia")
# SOURCEDIR should point to fuchsia checkout.
- GO = "$(SOURCEDIR)/scripts/devshell/go"
+ GO = "$(SOURCEDIR)/tools/devshell/contrib/go"
endif
GITREV=$(shell git rev-parse HEAD)