Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent macOS from linking to old libs
macOS seems to use a shared library's install_name when opening a shared library. Previously we stored the full path, which caused the OS to always point to the same file even when copies were made.
- Loading branch information