From 04fa4c48373cb6f69ada631eec2a9735508ecc7a Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 12 Aug 2026 16:53:39 +0000 Subject: [PATCH] aaaaaa chromeos Signed-off-by: lizzie --- src/dynarmic/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dynarmic/CMakeLists.txt b/src/dynarmic/CMakeLists.txt index a96f550614..c95e7a5d28 100644 --- a/src/dynarmic/CMakeLists.txt +++ b/src/dynarmic/CMakeLists.txt @@ -113,7 +113,8 @@ else() list(APPEND DYNARMIC_CXX_FLAGS -Wno-unused-command-line-argument) endif() # TODO: oaknut exceptions - if ("x86_64" IN_LIST ARCHITECTURE) + # TODO: fix chromeOS + if ("x86_64" IN_LIST ARCHITECTURE AND NOT ANDROID) list(APPEND DYNARMIC_CXX_FLAGS -fno-exceptions) endif() endif()