Fix version strings when building from tarball

When that tarball has been extracted in an (unrelated) git repository.
This commit is contained in:
Robbert van der Helm
2021-06-09 16:19:01 +02:00
parent 8f655f71a6
commit 70d18edce2
2 changed files with 12 additions and 3 deletions
+3
View File
@@ -24,6 +24,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
because those plugins don't initialize Microsoft COM before trying to use it.
We now always initialize the Microsoft COM library unconditionally, instead of
doing it only when a plugin fails to initialize without it.
- Fixed incorrect version strings reported by yabridge when building from a
tarball that has been extracted inside of a git repository. This could happen
when building the `yabridge` AUR package with certain AUR helpers.
- Fixed log message for the cached `IPlugView::canResize()` VST3 function calls
implemented in yabridge 3.2.0.