Bump VST3 dependency version

This commit is contained in:
Robbert van der Helm
2022-08-22 18:37:47 +02:00
parent 432a6cd0bc
commit 36d2ca021b
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# subprojects. The only workaround is to only define only the necessary
# variables there, and to then assemble the dependencies here ourselves.
vst3 = subproject('vst3', version : '3.7.3')
vst3 = subproject('vst3', version : '3.7.5')
# Also include our normal compiler options so symbols are hidden by default
vst3_compiler_options = compiler_options + vst3.get_variable('compiler_options')