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) #\/ #\-)
(string-replace (string-cut-from-end library-file 4) #\/ #\.)) (string-replace (string-cut-from-end library-file 4) #\/ #\.))
".a"))) ".a")))
(apply string-append `("csc -static -c -J" (apply string-append `("csc"
" " " "
,(util-getenv "COMPILE_R7RS_CHICKEN") ,(util-getenv "COMPILE_R7RS_CHICKEN")
" " " -static -c -J -o "
"-o"
" "
,out ,out
" " " "
,(search-library-file (append prepend-directories append-directories) library-file) ,(search-library-file (append prepend-directories append-directories) library-file)