Skip to content

Commit cc1bcec

Browse files
staticfloatKristofferC
authored andcommitted
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. (cherry picked from commit 486c8de)
1 parent 89dcac4 commit cc1bcec

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
@@ -184,8 +184,6 @@ let os = ccall(:jl_get_UNAME, Any, ())
184184
if os === :Darwin || os === :Apple
185185
if Base.DARWIN_FRAMEWORK
186186
push!(DL_LOAD_PATH, "@loader_path/Frameworks")
187-
else
188-
push!(DL_LOAD_PATH, "@loader_path/julia")
189187
end
190188
push!(DL_LOAD_PATH, "@loader_path")
191189
end

0 commit comments

Comments
 (0)