Fix bug on Chicken with multiple libraries

This commit is contained in:
retropikzel 2025-05-24 10:17:55 +03:00
parent c1189c0e76
commit 5427fdc5e3
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@
(string-append "-uses "
(if (string-starts-with? library-file "srfi")
(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) #\/ #\.))
" "))
library-files)
" "
"-output-file"