mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Allow yet another symlinking method, fixing #3
This allows symlinking to a copy of `libyabridge.so.` Now we support: - A symlink to `libyabridge.so` with a `.dll` file in the same directory as that symlink. - A symlink to `libyabridge.so` with a symlinked `.dll`. - A copy of `libyabridge.so` with a `.dll` file in the same directory as that copy. - A symlink to a copy of `libyabridge.so` with a `.dll` file in the same directory as that copy. - A symlink to a copy of `libyabridge.so` with a symlinked `.dll` file. That seems a bit overkill, but hey, more options are always better, right?
This commit is contained in:
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic
|
||||
Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed the plugin detection mechanism to support yet another way of
|
||||
symlinking plugins. Now you can use a symlink to a copy of `libyabridge.so`
|
||||
that's installed for a plugin in another directory. This is not recommended
|
||||
though. Fixes #3.
|
||||
|
||||
## [1.0.0] - 2020-05-03
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user