Skip to content

Commit

Permalink
make sysimg.jl work
Browse files Browse the repository at this point in the history
  • Loading branch information
fatteneder committed May 18, 2023
1 parent 59c8832 commit 25ae086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pushfirst!(Base._included_files, (@__MODULE__, joinpath(@__DIR__, "sysimg.jl")))

# set up depot & load paths to be able to find stdlib packages
@eval Base creating_sysimg = true
@eval Sys STDLIB = normpath(Sys.STDLIB)
Base.init_depot_path()
Base.init_load_path()

Expand Down

0 comments on commit 25ae086

Please sign in to comment.