From 753e9e89d17a78a6e1c364d45f8d008b46a1874f Mon Sep 17 00:00:00 2001
From: okuoku <mjt@cltn.org>
Date: Sat, 24 Aug 2019 06:50:35 +0900
Subject: [PATCH] (chibi pty): Disable in CMake build

Disable `(chibi pty)` build with CMake.
---
 CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25eefc24..13fd8f18 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)