summaryrefslogtreecommitdiffstats
path: root/tools/rescompiler/bin
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rescompiler/bin')
-rw-r--r--tools/rescompiler/bin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rescompiler/bin/CMakeLists.txt b/tools/rescompiler/bin/CMakeLists.txt
index fc7b1ee73ce..dbfe6fa2c47 100644
--- a/tools/rescompiler/bin/CMakeLists.txt
+++ b/tools/rescompiler/bin/CMakeLists.txt
@@ -8,6 +8,6 @@
if (APPLE)
include(CMakeLists.darwin.txt)
-elseif (UNIX AND NOT APPLE)
+elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE)
include(CMakeLists.linux.txt)
endif()