Skip to content

Commit 486c8de

Browse files
authored
Eliminate @loader_path/julia element of DL_LOAD_PATH (#42930)
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.
1 parent 8e87263 commit 486c8de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base/Base.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ let os = ccall(:jl_get_UNAME, Any, ())
212212
if os === :Darwin || os === :Apple
213213
if Base.DARWIN_FRAMEWORK
214214
push!(DL_LOAD_PATH, "@loader_path/Frameworks")
215-
else
216-
push!(DL_LOAD_PATH, "@loader_path/julia")
217215
end
218216
push!(DL_LOAD_PATH, "@loader_path")
219217
end

0 commit comments

Comments
 (0)