From 8da0bf3b7cf3670095d7ce9eac885dfc5976720e Mon Sep 17 00:00:00 2001 From: Shawn Best Date: Sat, 8 Nov 2014 01:41:49 +0000 Subject: LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 llvm-svn: 221570 --- lldb/scripts/Python/modules/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/scripts/Python') diff --git a/lldb/scripts/Python/modules/CMakeLists.txt b/lldb/scripts/Python/modules/CMakeLists.txt index 13e65ee53c2..282320d3826 100644 --- a/lldb/scripts/Python/modules/CMakeLists.txt +++ b/lldb/scripts/Python/modules/CMakeLists.txt @@ -1,4 +1,4 @@ # build the Python readline suppression module only on Linux -if (CMAKE_SYSTEM_NAME MATCHES "Linux") +if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT __ANDROID_NDK__) add_subdirectory(readline) endif() -- cgit v1.2.3