diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2025-03-07 18:42:30 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2025-03-07 18:42:30 -0600 |
| commit | f56a0849b0cd594234941c24a99e8eb6da7100a5 (patch) | |
| tree | 3215c262c0c7af8e58bd83e41cea1d318fdbd75f | |
| parent | d65d58922a4a1b91324696b1aebd0a35df4cd5d6 (diff) | |
Fixed compilation error
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8998c8c15..847c9c16d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,11 +94,8 @@ set(VERSION us) set(USE_NETWORKING ON) set(SKIP_XCODE_VERSION_CHECK ON) -if(CMAKE_SYSTEM_NAME STREQUAL "NintendoSwitch") +# TODO: Sorry i broke this set(GFX_DEBUG_DISASSEMBLER OFF) -else() -set(GFX_DEBUG_DISASSEMBLER ON) -endif() # Add compile definitions for the target add_compile_definitions( |
