chore: undefine LEAN_PATH
@Kha This doesn't work on my machine. It seems this is a GNU make feature.
This commit is contained in:
parent
f53e83b182
commit
8bc88bde6b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
SHELL := /usr/bin/env bash -euo pipefail
|
||||
|
||||
# any absolute path to the stdlib breaks the Makefile
|
||||
undefine LEAN_PATH
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue