mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 21:06:38 +08:00
Change cmake to arm/v6 too
This commit is contained in:
parent
f745ff5fd1
commit
0c3aec8f7c
@ -141,7 +141,7 @@ elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
|
|||||||
set(CEF_PLATFORM "linux64")
|
set(CEF_PLATFORM "linux64")
|
||||||
elseif("${PROJECT_ARCH}" STREQUAL "arm64")
|
elseif("${PROJECT_ARCH}" STREQUAL "arm64")
|
||||||
set(CEF_PLATFORM "linuxarm64")
|
set(CEF_PLATFORM "linuxarm64")
|
||||||
elseif("${PROJECT_ARCH}" STREQUAL "arm/v7")
|
elseif("${PROJECT_ARCH}" STREQUAL "arm/v6")
|
||||||
set(CEF_PLATFORM "linuxarm")
|
set(CEF_PLATFORM "linuxarm")
|
||||||
else()
|
else()
|
||||||
set(CEF_PLATFORM "linux32")
|
set(CEF_PLATFORM "linux32")
|
||||||
|
Loading…
Reference in New Issue
Block a user