This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
0.7 fixes, smarter LibraryProduct
Prior to this release, LibraryProduct
s would look for libraries within libdir(prefix)
, where libdir()
would decide which subdirectory to look in based upon the platform Julia was running on. This made BinaryBuilder
not look within bin
directories when building within Linux for Windows. This release now properly propagates the platform through to the product locate()
methods.