mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 01:47:24 +00:00
Include armhf in the 32 bits arch lookup
This commit is contained in:
parent
25ec40ba9d
commit
05291f86b2
@ -49,7 +49,7 @@ if(UNIX AND NOT APPLE)
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
message(STATUS "System Architecture: <${SYSTEM_ARCHITECTURE}>")
|
||||
if(SYSTEM_ARCHITECTURE MATCHES "^(i[3-6]86|x86)$")
|
||||
if(SYSTEM_ARCHITECTURE MATCHES "^(i[3-6]86|x86|armhf)$")
|
||||
set(IS_32_BIT ON)
|
||||
else()
|
||||
set(IS_32_BIT OFF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user