Add more VST matching patterns for CPU..

This commit is contained in:
Jean Pierre Cimalando 2020-03-06 20:47:35 +01:00 committed by Paul Fd
parent 094dde6dd6
commit d9f9d42922

View file

@ -19,7 +19,7 @@ if(NOT VST3_PACKAGE_ARCHITECTURE)
if(APPLE) if(APPLE)
# VST3 packages are universal on Apple, architecture string not needed # VST3 packages are universal on Apple, architecture string not needed
else() else()
if(VST3_SYSTEM_PROCESSOR MATCHES "^(x86_64|amd64|AMD64)$") if(VST3_SYSTEM_PROCESSOR MATCHES "^(x86_64|amd64|AMD64|x64|X64)$")
set(VST3_PACKAGE_ARCHITECTURE "x86_64") set(VST3_PACKAGE_ARCHITECTURE "x86_64")
elseif(VST3_SYSTEM_PROCESSOR MATCHES "^(i.86|x86|X86)$") elseif(VST3_SYSTEM_PROCESSOR MATCHES "^(i.86|x86|X86)$")
if(WIN32) if(WIN32)