Merge pull request #942 from paulfd/ppc64

Don't include the VST for PPC
This commit is contained in:
Paul Ferrand 2021-07-06 00:18:35 +02:00 committed by GitHub
commit afa6e1d2a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ if(SFIZZ_LV2)
add_subdirectory(lv2)
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)
endif()