From 59bc7d40a717e50ad72ef30af2efbf595dba2e0b Mon Sep 17 00:00:00 2001 From: robot-ya-builder Date: Tue, 6 Sep 2022 06:26:49 +0300 Subject: External build system generator release 7 --- library/cpp/lfalloc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/lfalloc') diff --git a/library/cpp/lfalloc/CMakeLists.txt b/library/cpp/lfalloc/CMakeLists.txt index fc7b1ee73ce..dbfe6fa2c47 100644 --- a/library/cpp/lfalloc/CMakeLists.txt +++ b/library/cpp/lfalloc/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() -- cgit v1.3