Move back to Chicken 5
This commit is contained in:
parent
85af700faa
commit
c473f5f137
|
@ -56,7 +56,7 @@
|
||||||
(string-replace (string-cut-from-end library-file 4) #\/ #\-)
|
(string-replace (string-cut-from-end library-file 4) #\/ #\-)
|
||||||
(string-replace (string-cut-from-end library-file 4) #\/ #\.))
|
(string-replace (string-cut-from-end library-file 4) #\/ #\.))
|
||||||
".a")))
|
".a")))
|
||||||
(apply string-append `("csc"
|
(apply string-append `("csc -R r7rs -X r7rs"
|
||||||
" "
|
" "
|
||||||
,(util-getenv "COMPILE_R7RS_CHICKEN")
|
,(util-getenv "COMPILE_R7RS_CHICKEN")
|
||||||
" -static -c -J -o "
|
" -static -c -J -o "
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
" "
|
" "
|
||||||
,out)))))
|
,out)))))
|
||||||
(command . ,(lambda (input-file output-file prepend-directories append-directories library-files r6rs?)
|
(command . ,(lambda (input-file output-file prepend-directories append-directories library-files r6rs?)
|
||||||
(apply string-append `("csc"
|
(apply string-append `("csc -R r7rs -X r7rs"
|
||||||
" "
|
" "
|
||||||
,(util-getenv "COMPILE_R7RS_CHICKEN")
|
,(util-getenv "COMPILE_R7RS_CHICKEN")
|
||||||
" "
|
" "
|
||||||
|
|
Loading…
Reference in New Issue