webOS: fix aarch64 compile

This commit is contained in:
Craig Carnell
2026-05-29 20:38:04 +01:00
parent b957df3b23
commit 8352935956
+4 -2
View File
@@ -226,10 +226,12 @@ if(USE_SYSTEM_RAPIDJSON)
endif()
if(WEBOS)
set(ARMV7 ON)
set(USING_X11_VULKAN OFF)
set(USING_GLES2 ON)
set(USE_SYSTEM_ZSTD OFF)
if(CMAKE_CXX_COMPILER MATCHES "arm")
set(ARMV7 ON)
endif()
endif()
if(UNIX AND NOT (APPLE OR ANDROID) AND VULKAN)
@@ -1039,7 +1041,7 @@ if(USE_FFMPEG)
set(PLATFORM_ARCH "Windows/x86")
endif()
endif()
if(WEBOS)
if(WEBOS AND ARMV7)
set(PLATFORM_ARCH "linux/webos")
endif()
if(PLATFORM_ARCH)