diff options
Diffstat (limited to 'library/cpp/lfalloc')
| -rw-r--r-- | library/cpp/lfalloc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
