mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Fix include-shared for process
`chibi-genstatic` doesn't support expansion of `cond-expand` when the pattern is `(cond-expand (cond) (else (include-shared "module")))`
This commit is contained in:
parent
b3831c3995
commit
94ca5a95ca
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@
|
|||
process->output+error process->output+error+status)
|
||||
(import (chibi) (chibi io) (chibi string) (chibi filesystem))
|
||||
(cond-expand (threads (import (srfi 18) (srfi 151))) (else #f))
|
||||
(cond-expand (windows) (else (include-shared "process")))
|
||||
(cond-expand ((not windows) (include-shared "process")))
|
||||
(include "process.scm"))
|
||||
|
|
Loading…
Add table
Reference in a new issue