Update to upstream CLAP 1.1.2

This adds explicit calling conventions.
This commit is contained in:
Robbert van der Helm
2022-10-21 12:39:55 +02:00
parent 5b8fba9d90
commit ea03914e7e
4 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ wine_threads_dep = declare_dependency(link_args : '-lpthread')
wine_uuid_dep = declare_dependency(link_args : '-luuid')
if with_clap
clap_dep = dependency('clap', version : '>=1.1.1')
clap_dep = dependency('clap', version : '>=1.1.2')
endif
# We need to build the VST3 SDK dependencies in tree because Meson won't let us