Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

0.7 fixes, smarter LibraryProduct

Compare
Choose a tag to compare
@staticfloat staticfloat released this 10 Jun 22:23
· 66 commits to master since this release

Prior to this release, LibraryProducts 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.