You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The git hash that's part of `tinygo version` is now read from the binary
itself instead of embedding it with a `-ldflags` flag. This means it is
also present when building TinyGo using `go build` or `go install`.
Copy file name to clipboardExpand all lines: GNUmakefile
+1-1
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ endif
291
291
292
292
tinygo: ## Build the TinyGo compiler
293
293
@if [ !-f"$(LLVM_BUILDDIR)/bin/llvm-config" ];thenecho"Fetch and build LLVM first by running:";echo"$(MAKE) llvm-source";echo"$(MAKE)$(LLVM_BUILDDIR)";exit 1;fi
0 commit comments