Fixing Chicken

This commit is contained in:
retropikzel 2025-07-17 20:31:32 +03:00
parent 8b9c2a3e3e
commit b55e023709
1 changed files with 2 additions and 4 deletions

View File

@ -56,12 +56,10 @@
(string-replace (string-cut-from-end library-file 4) #\/ #\-)
(string-replace (string-cut-from-end library-file 4) #\/ #\.))
".a")))
(apply string-append `("csc -static -c -J"
(apply string-append `("csc"
" "
,(util-getenv "COMPILE_R7RS_CHICKEN")
" "
"-o"
" "
" -static -c -J -o "
,out
" "
,(search-library-file (append prepend-directories append-directories) library-file)