From 1be9f53bb327f57686212610a6bd090a766df1c3 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 24 Dec 2020 13:47:01 +0100 Subject: [PATCH] Add missing compile flags --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 999932bb..1c7b9d38 100644 --- a/meson.build +++ b/meson.build @@ -277,7 +277,7 @@ if with_vst3 # This does mean that we now have a lot of defines in our code, but the # alternative would be patching every location in the SDK where they include # `windows.h` - compile_args : vst3_wine_compiler_options, + compile_args : vst3_compiler_options + vst3_wine_compiler_options, ) # And another time for the 32-bit version