mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
(chibi pty): Disable in CMake build
Disable `(chibi pty)` build with CMake.
This commit is contained in:
parent
cc1ca2622d
commit
753e9e89d1
1 changed files with 3 additions and 1 deletions
|
@ -68,7 +68,8 @@ if(WIN32)
|
||||||
lib/chibi/process.sld
|
lib/chibi/process.sld
|
||||||
lib/chibi/stty.sld
|
lib/chibi/stty.sld
|
||||||
lib/chibi/system.sld
|
lib/chibi/system.sld
|
||||||
lib/chibi/time.sld)
|
lib/chibi/time.sld
|
||||||
|
lib/chibi/pty.sld)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -294,6 +295,7 @@ set(testexcludes
|
||||||
chibi/system-test
|
chibi/system-test
|
||||||
chibi/tar-test # Depends (chibi system)
|
chibi/tar-test # Depends (chibi system)
|
||||||
chibi/process-test # Not applicable
|
chibi/process-test # Not applicable
|
||||||
|
chibi/pty-test # Depends (chibi pty)
|
||||||
)
|
)
|
||||||
|
|
||||||
set(testlibs)
|
set(testlibs)
|
||||||
|
|
Loading…
Add table
Reference in a new issue