Working on windows version
This commit is contained in:
parent
ff331da60e
commit
84b63d011a
|
|
@ -52,7 +52,7 @@
|
||||||
(let ((separator (cond-expand (windows ";") (else ":"))))
|
(let ((separator (cond-expand (windows ";") (else ":"))))
|
||||||
(apply string-append
|
(apply string-append
|
||||||
`(,exec-cmd
|
`(,exec-cmd
|
||||||
" chezscheme "
|
" scheme "
|
||||||
,(util-getenv "COMPILE_R7RS_CHEZSCHEME")
|
,(util-getenv "COMPILE_R7RS_CHEZSCHEME")
|
||||||
" "
|
" "
|
||||||
,(if (and (null? prepend-directories)
|
,(if (and (null? prepend-directories)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue