Skip to content

Commit

Permalink
Eliminate @loader_path/julia element of DL_LOAD_PATH (#42930)
Browse files Browse the repository at this point in the history
Analogous to 236523f, we don't need to search in `@loader_path/julia` anymore, as `libjulia-internal` is now consistently within the same directory as our other dependencies.
  • Loading branch information
staticfloat authored Nov 4, 2021
1 parent 8e87263 commit 486c8de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ let os = ccall(:jl_get_UNAME, Any, ())
if os === :Darwin || os === :Apple
if Base.DARWIN_FRAMEWORK
push!(DL_LOAD_PATH, "@loader_path/Frameworks")
else
push!(DL_LOAD_PATH, "@loader_path/julia")
end
push!(DL_LOAD_PATH, "@loader_path")
end
Expand Down

0 comments on commit 486c8de

Please sign in to comment.