From 2f7b9a096c48eb625dbabb6354693c8d951a3eca 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 c11de97a81..6e0c749abc 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()