Skip to content

Commit

Permalink
Eliminate @loader_path/julia element of DL_LOAD_PATH (JuliaLang#4…
Browse files Browse the repository at this point in the history
…2930)

Analogous to JuliaLang@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 and LilithHafner committed Feb 22, 2022
1 parent 7e79473 commit 3c27686
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 3c27686

Please sign in to comment.