From 11dc6976bdadd9c80ddcbc6897e647c5246b7ab7 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Fri, 26 Apr 2024 17:26:36 +0200 Subject: [PATCH] fix(Makefile)_: clear goroot env variable (#5079) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 07ffefefd..43af78bbb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ .PHONY: statusgo statusd-prune all test clean help .PHONY: statusgo-android statusgo-ios +# Clear any GOROOT set outside of the Nix shell +export GOROOT= + # This is a code for automatic help generator. # It supports ANSI colors and categories. # To add new item into help output, simply add comments