Also patch pluginterfaces for winegcc compilation

This commit is contained in:
Robbert van der Helm
2020-11-29 19:03:52 +01:00
parent 7dc0be40a4
commit e7e1387c30
2 changed files with 31 additions and 13 deletions
+8
View File
@@ -175,6 +175,14 @@ if with_vst3
override_options : ['warning_level=0'],
native : false,
)
vst3_pluginterfaces_wine = static_library(
'pluginterfaces_wine',
vst3.get_variable('pluginterfaces_sources'),
cpp_args : vst3_compiler_options + vst3_wine_compiler_options,
include_directories : vst3_include_dir,
override_options : ['warning_level=0'],
native : false,
)
else
message('VST3 support has been disabled')
endif