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:
parent
be0c36001d
commit
241bb8d430
5 changed files with 24 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue