mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
CMake: Only enable AUv3 builds under the Xcode generator
This commit is contained in:
parent
0341f4d24e
commit
d173a3d330
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ endfunction()
|
|||
function(_juce_get_platform_plugin_kinds out)
|
||||
set(result Standalone)
|
||||
|
||||
if(APPLE)
|
||||
if(APPLE AND (CMAKE_GENERATOR STREQUAL "Xcode"))
|
||||
list(APPEND result AUv3)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue