Skip to content

Commit

Permalink
Fix library extension when using use_system_library
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Jul 2, 2024
1 parent cf48faf commit 962fe1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Extrae.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function use_system_binary(;
Extrae.use_system_binary(; library_names=[...])""")
end

libextrae = join((libextrae, Libdl.dlext), '.')

set_preferences!(Extrae, "libextrae" => libextrae; export_prefs, force)

if libextrae != Extrae.libextrae
Expand Down

0 comments on commit 962fe1e

Please sign in to comment.