We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f68dac commit ab2fa3bCopy full SHA for ab2fa3b
base/sysimg.jl
@@ -14,6 +14,7 @@ pushfirst!(Base._included_files, (@__MODULE__, joinpath(@__DIR__, "sysimg.jl")))
14
15
# set up depot & load paths to be able to find stdlib packages
16
@eval Base creating_sysimg = true
17
+@eval Sys STDLIB = normpath(Sys.STDLIB)
18
Base.init_depot_path()
19
Base.init_load_path()
20
0 commit comments