You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
A simple fix (albeit not perfect) would be check if the name starts with basename(f) followed by . or - (the latter for Windows). Of course that would still not be perfect; but on my computer, it would handle all cases except for libprotobuf.dylib vs. libprotobuf-lite.dylib. If one restricts the check to only allow - on Windows, that would thus make this even more general.
Better would of course be to a function which computes resp. checks the "libname" by following the rules the linker actually uses (but I expect that there are minor differences there between different Unix variants...?)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/JuliaPackaging/BinaryProvider.jl/blob/master/src/Products.jl#L158
Finds
libcairo-script-interpreter
when it should find justlibcairo
The text was updated successfully, but these errors were encountered: