summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/modules/CMakeLists.txt
blob: 282320d382656eab0ba386d12b0a6a6fa59c1cbe (plain)
1
2
3
4
# build the Python readline suppression module only on Linux
if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT __ANDROID_NDK__)
   add_subdirectory(readline)
endif()
OpenPOWER on IntegriCloud