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