fix: unset LEAN_PATH before building stdlib

This commit is contained in:
Sebastian Ullrich 2021-01-24 18:58:32 +01:00
parent b15e770231
commit 15185a1775

View file

@ -1,5 +1,8 @@
SHELL := /usr/bin/env bash -euo pipefail
# any absolute path to the stdlib breaks the Makefile
undefine LEAN_PATH
# LEAN_OPTS: don't use native code (except for primitives) since it is from the previous stage
# MORE_DEPS: rebuild the stdlib whenever the compiler has changed
LEANMAKE_OPTS=\