Add -:r7rs flag to Gambit
This commit is contained in:
parent
d4fe28f656
commit
d71e116ef9
|
@ -149,7 +149,7 @@
|
||||||
(gambit
|
(gambit
|
||||||
(type . compiler)
|
(type . compiler)
|
||||||
(library-command . ,(lambda (library-file prepend-directories append-directories r6rs?)
|
(library-command . ,(lambda (library-file prepend-directories append-directories r6rs?)
|
||||||
(apply string-append `("gsc -obj "
|
(apply string-append `("gsc -:r7rs -obj "
|
||||||
,@(map (lambda (item)
|
,@(map (lambda (item)
|
||||||
(string-append item "/ "))
|
(string-append item "/ "))
|
||||||
(append prepend-directories
|
(append prepend-directories
|
||||||
|
|
Loading…
Reference in New Issue