summaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/tcmalloc
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/malloc/tcmalloc')
-rw-r--r--library/cpp/malloc/tcmalloc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.txt b/library/cpp/malloc/tcmalloc/CMakeLists.txt
index e8c98bfd99f..97368e369c3 100644
--- a/library/cpp/malloc/tcmalloc/CMakeLists.txt
+++ b/library/cpp/malloc/tcmalloc/CMakeLists.txt
@@ -6,6 +6,6 @@
# original buildsystem will not be accepted.
-if (UNIX AND NOT APPLE)
+if (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE)
include(CMakeLists.linux.txt)
endif()