Skip to content

Commit ab2fa3b

Browse files
committed
make sysimg.jl work
1 parent 0f68dac commit ab2fa3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/sysimg.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pushfirst!(Base._included_files, (@__MODULE__, joinpath(@__DIR__, "sysimg.jl")))
1414

1515
# set up depot & load paths to be able to find stdlib packages
1616
@eval Base creating_sysimg = true
17+
@eval Sys STDLIB = normpath(Sys.STDLIB)
1718
Base.init_depot_path()
1819
Base.init_load_path()
1920

0 commit comments

Comments
 (0)