Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Products.jl
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ function locate(lp::LibraryProduct; verbose::Bool = false,

if verbose
@info("$(dl_path) cannot be dlopen'ed")
res = Libdl.dlopen(dl_path,throw_error = false)
@info res
end
else
# If the current platform doesn't match, then just trust in our
Expand Down