Sign in
llvm
/
lldb
/
refs/heads/release_36
/
.
/
scripts
/
Python
/
modules
/
CMakeLists.txt
blob: 282320d382656eab0ba386d12b0a6a6fa59c1cbe [
file
] [
log
] [
blame
] [
edit
]
# build the Python readline suppression module only on Linux
if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT __ANDROID_NDK__)
add_subdirectory(readline)
endif()