fix: unset LEAN_PATH before building stdlib
This commit is contained in:
parent
b15e770231
commit
15185a1775
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
SHELL := /usr/bin/env bash -euo pipefail
|
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
|
# 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
|
# MORE_DEPS: rebuild the stdlib whenever the compiler has changed
|
||||||
LEANMAKE_OPTS=\
|
LEANMAKE_OPTS=\
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue