2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 09:57:09 +00:00

Include armhf in the 32 bits arch lookup

This commit is contained in:
Pablo Martin 2025-03-24 15:21:38 +01:00
parent 25ec40ba9d
commit 05291f86b2
No known key found for this signature in database
GPG Key ID: 1746978B12F13D6E

View File

@ -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)