Revert mit-scheme to work way it did before

This commit is contained in:
retropikzel 2025-05-24 10:33:30 +03:00
parent b26dc929f4
commit 210f862313
1 changed files with 2 additions and 4 deletions

View File

@ -416,11 +416,9 @@
" "
,(util-getenv "COMPILE_R7RS_MIT_SCHEME")
" "
"--batch-mode"
" "
,@(map (lambda (item)
(string-append "--prepend-library " item " "))
(append prepend-directories append-directories))
(string-append "--load " item " "))
library-files)
" "
"--load"
" "