Add required compiler args to the Wine VST3 dep

This commit is contained in:
Robbert van der Helm
2020-12-02 16:31:59 +01:00
parent 06884ebf67
commit 715a95075b
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -217,6 +217,7 @@ if with_vst3
vst3_sdk_hosting_wine_dep = declare_dependency(
link_with : vst3_sdk_hosting_wine,
include_directories : vst3_include_dir,
compile_args : vst3_wine_compiler_options,
)
endif