mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 22:59:16 +02:00
Merge pull request #551 from v01dXYZ/master
Fix include-shared for process
This commit is contained in:
commit
a8680bb0b4
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@
|
||||||
process->output+error process->output+error+status)
|
process->output+error process->output+error+status)
|
||||||
(import (chibi) (chibi io) (chibi string) (chibi filesystem))
|
(import (chibi) (chibi io) (chibi string) (chibi filesystem))
|
||||||
(cond-expand (threads (import (srfi 18) (srfi 151))) (else #f))
|
(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"))
|
(include "process.scm"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue