From 6573b01c2da1ad9283a3d8e946bcabe37c214d76 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 24 Jun 2021 19:07:16 +0200 Subject: [PATCH] Fix non-VST3 builds We now always initialize the COM library since yabridge 3.3.1. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 27c633c5..2859afb5 100644 --- a/meson.build +++ b/meson.build @@ -601,13 +601,13 @@ host_64bit_deps = [ function2_dep, rt_dep, tomlplusplus_dep, + wine_ole32_dep, wine_threads_dep, xcb_64bit_dep, ] if with_vst3 host_64bit_deps += [ vst3_sdk_hosting_wine_64bit_dep, - wine_ole32_dep, wine_shell32_dep, wine_uuid_dep, ]