mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-31 22:05:10 +00:00
Include armhf in the 32 bits arch lookup
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user