mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
Merge pull request #560 from okuoku/disable-pty-cmake
(chibi pty): Disable in CMake build
This commit is contained in:
commit
31cea4af6d
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