blob: 282320d382656eab0ba386d12b0a6a6fa59c1cbe [file] [log] [blame]
Todd Fiala9bb71b72014-02-26 07:39:20 +00001# build the Python readline suppression module only on Linux
Shawn Best8da0bf32014-11-08 01:41:49 +00002if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT __ANDROID_NDK__)
Todd Fiala9bb71b72014-02-26 07:39:20 +00003 add_subdirectory(readline)
4endif()