-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Teach
jl_load_dynamic_library()
about @executable_path
on all pla…
…tforms It is useful for us to be able to hard-code a dynamic library's location relative to that of the julia executable. We repurpose the `@executable_path` component from MacOS, allowing all platforms to perform executable-relative binary loading (I'm looking at you, Windows).
- Loading branch information
1 parent
40cc4ad
commit 03c231b
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters