Don't include the VST for PPC
This commit is contained in:
parent
ba7cb52b9c
commit
148fe445c4
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ if(SFIZZ_LV2)
|
||||||
add_subdirectory(lv2)
|
add_subdirectory(lv2)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(SFIZZ_VST OR SFIZZ_AU OR SFIZZ_VST2)
|
if((SFIZZ_VST OR SFIZZ_AU OR SFIZZ_VST2) AND NOT (SFIZZ_SYSTEM_PROCESSOR MATCHES "^(powerpc|ppc).*"))
|
||||||
add_subdirectory(vst)
|
add_subdirectory(vst)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue