diff options
-rw-r--r-- | blueprint_impl.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/blueprint_impl.bash b/blueprint_impl.bash index 0c5d4b9..0570f94 100644 --- a/blueprint_impl.bash +++ b/blueprint_impl.bash @@ -3,6 +3,8 @@ if [ ! "${BLUEPRINT_BOOTSTRAP_VERSION}" -eq "1" ]; then exit 1 fi +export GOROOT + source "${BLUEPRINTDIR}/microfactory/microfactory.bash" BUILDDIR="${BUILDDIR}/.minibootstrap" build_go minibp github.com/google/blueprint/bootstrap/minibp |