Update to version 3.7.2 of the VST3 SDK

This commit is contained in:
Robbert van der Helm
2021-04-03 18:02:08 +02:00
parent bb0a605a41
commit 05f739d9db
5 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ if with_vst3
# Meson does not allow mixing native and non native dependencies from
# subprojects. The only workaround is to only define the necessary variables
# there, and to then assemble the dependencies here ourselves.
vst3 = subproject('vst3', version : '3.7.1')
vst3 = subproject('vst3', version : '3.7.2')
vst3_compiler_options = vst3.get_variable('compiler_options')
vst3_include_dir = vst3.get_variable('include_dir')