1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST3 Host: Add cross-platform-compatible VST3 uid hash

This commit is contained in:
reuk 2021-03-23 20:19:26 +00:00
parent be0c36001d
commit 241bb8d430
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
5 changed files with 24 additions and 4 deletions

View file

@ -2257,7 +2257,9 @@ function(juce_add_pip header)
target_compile_definitions(${JUCE_PIP_NAME}
PRIVATE ${pip_moduleflags}
PUBLIC JUCE_VST3_CAN_REPLACE_VST2=0)
PUBLIC
JUCE_VST3_CAN_REPLACE_VST2=0
JUCE_VST3_HOST_CROSS_PLATFORM_UID=1)
_juce_get_pip_targets(${JUCE_PIP_NAME} pip_targets)