savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
156 stars 12 forks source link

Add more MacOS sysroot / lib search paths for linking dylibs. #479

Closed jemc closed 3 months ago

jemc commented 3 months ago

Sometimes .dylib libraries we need to link against will be in either /usr/local/lib or /opt/homebrew/lib so we need to add those as search paths in our linker step.