blob: ab77a6556576efe16ae5b9f94a5cde8b0dcaf02b (
plain)
1
2
3
4
5
|
## `alias_target` of `both_libraries`
Previously, when passing a [[@both_libs]] object to [[alias_target]], the alias
would only point to the shared library. It now points to both the static and the
shared library.
|