From 861d329b972f5db9d1cce78ba43bced3cb2bb06e Mon Sep 17 00:00:00 2001 From: robot-ya-builder <robot-ya-builder@yandex-team.com> Date: Mon, 26 Sep 2022 08:17:01 +0300 Subject: External build system generator release 10 Update tools: yexport --- library/cpp/malloc/tcmalloc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/malloc/tcmalloc') diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.txt b/library/cpp/malloc/tcmalloc/CMakeLists.txt index 97368e369c..3c0f983fa5 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 (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE) +if (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux.txt) endif() -- cgit v1.2.3