Hide symbols in VST3 static libraries

I noticed a couple of UID/string conversion related symbols showing up
in the text section.
This commit is contained in:
Robbert van der Helm
2021-08-17 15:49:38 +02:00
parent c1b4410e6b
commit 5bf3b97118
+3 -1
View File
@@ -3,7 +3,9 @@
# variables there, and to then assemble the dependencies here ourselves.
vst3 = subproject('vst3', version : '3.7.3')
vst3_compiler_options = vst3.get_variable('compiler_options')
# Also include our normal compiler options so symbols are hidden by default
vst3_compiler_options = compiler_options + vst3.get_variable('compiler_options')
vst3_include_dir = vst3.get_variable('include_dir')
# We need to do some minor hacking to get the SDK to compile with winegcc. Most