mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
MinGW: Disable VST3 builds under MinGW
This commit is contained in:
parent
092bc44413
commit
c9849e6710
1 changed files with 5 additions and 1 deletions
|
|
@ -304,7 +304,11 @@ function(_juce_get_platform_plugin_kinds out)
|
|||
endif()
|
||||
|
||||
if(NOT CMAKE_SYSTEM_NAME STREQUAL "iOS" AND NOT CMAKE_SYSTEM_NAME STREQUAL "Android")
|
||||
list(APPEND result AAX Unity VST VST3)
|
||||
list(APPEND result AAX Unity VST)
|
||||
|
||||
if(NOT MINGW AND NOT MSYS)
|
||||
list(APPEND result VST3)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(${out} ${result} PARENT_SCOPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue