fix: use enableInitializersExecution at leanpkg
This commit is contained in:
parent
a05b7589b5
commit
b01239b25b
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ end Leanpkg
|
|||
|
||||
def main (args : List String) : IO UInt32 := do
|
||||
try
|
||||
Lean.enableInitializersExecution
|
||||
Lean.initSearchPath none -- HACK
|
||||
let (cmd, outerArgs, innerArgs) ← Leanpkg.splitCmdlineArgs args
|
||||
Leanpkg.main cmd outerArgs innerArgs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue