Back to a detection strategy for ARM VST which should work in most cases
This commit is contained in:
parent
35fc1f0105
commit
0d49fc1176
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ if(NOT VST3_PACKAGE_ARCHITECTURE)
|
|||
else()
|
||||
set(VST3_PACKAGE_ARCHITECTURE "i386")
|
||||
endif()
|
||||
elseif(VST3_SYSTEM_PROCESSOR MATCHES "^(armv[0-9]+)")
|
||||
string(REGEX REPLACE "^(armv[0-9]+).*$" "\\1hl" VST3_PACKAGE_ARCHITECTURE "${VST3_SYSTEM_PROCESSOR}")
|
||||
elseif(VST3_SYSTEM_PROCESSOR MATCHES "^(armv[3-8][a-z]*)$")
|
||||
set(VST3_PACKAGE_ARCHITECTURE "${VST3_SYSTEM_PROCESSOR}")
|
||||
elseif(VST3_SYSTEM_PROCESSOR MATCHES "^(aarch64)$")
|
||||
set(VST3_PACKAGE_ARCHITECTURE "aarch64")
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue