(chibi pty): Disable in CMake build

Disable `(chibi pty)` build with CMake.
This commit is contained in:
okuoku 2019-08-24 06:50:35 +09:00
parent cc1ca2622d
commit 753e9e89d1

View file

@ -68,7 +68,8 @@ if(WIN32)
lib/chibi/process.sld
lib/chibi/stty.sld
lib/chibi/system.sld
lib/chibi/time.sld)
lib/chibi/time.sld
lib/chibi/pty.sld)
endif()
#
@ -294,6 +295,7 @@ set(testexcludes
chibi/system-test
chibi/tar-test # Depends (chibi system)
chibi/process-test # Not applicable
chibi/pty-test # Depends (chibi pty)
)
set(testlibs)