Small guile fixes
This commit is contained in:
parent
e2a6ef3ee2
commit
d1272cb584
|
|
@ -255,8 +255,7 @@
|
||||||
prepend-directories)
|
prepend-directories)
|
||||||
library-file)))
|
library-file)))
|
||||||
`(,(string-append "guild compile "
|
`(,(string-append "guild compile "
|
||||||
(if r6rs? " --r6rs -x .sls " " --r7rs -x .sld ")
|
(if r6rs? " --r6rs " " --r7rs ")
|
||||||
" -O0 "
|
|
||||||
(apply string-append
|
(apply string-append
|
||||||
(map (lambda (item)
|
(map (lambda (item)
|
||||||
(string-append "-L" " " item " "))
|
(string-append "-L" " " item " "))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue