mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix non-VST3 builds
We now always initialize the COM library since yabridge 3.3.1.
This commit is contained in:
+1
-1
@@ -601,13 +601,13 @@ host_64bit_deps = [
|
|||||||
function2_dep,
|
function2_dep,
|
||||||
rt_dep,
|
rt_dep,
|
||||||
tomlplusplus_dep,
|
tomlplusplus_dep,
|
||||||
|
wine_ole32_dep,
|
||||||
wine_threads_dep,
|
wine_threads_dep,
|
||||||
xcb_64bit_dep,
|
xcb_64bit_dep,
|
||||||
]
|
]
|
||||||
if with_vst3
|
if with_vst3
|
||||||
host_64bit_deps += [
|
host_64bit_deps += [
|
||||||
vst3_sdk_hosting_wine_64bit_dep,
|
vst3_sdk_hosting_wine_64bit_dep,
|
||||||
wine_ole32_dep,
|
|
||||||
wine_shell32_dep,
|
wine_shell32_dep,
|
||||||
wine_uuid_dep,
|
wine_uuid_dep,
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user