mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 12:40:12 +02:00
Don't statically link Boost by default #20
Since this would only be needed for distribution, and we're already doing something similar for libstdc++ on the Ubuntu 18.04 build. This moves the static linking behind a new build option.
This commit is contained in:
@@ -8,6 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- When building from source, only statically link Boost when the
|
||||
`with-static-boost` option is enabled.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed plugin group socket name generation. This prevented plugin groups with
|
||||
|
||||
Reference in New Issue
Block a user