From 84b63d011a6d5ff3d1bc5b02f52400e428a63217 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 24 Dec 2025 21:13:34 +0200 Subject: [PATCH] Working on windows version --- libs/implementations.sld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/implementations.sld b/libs/implementations.sld index 6548589..9967145 100644 --- a/libs/implementations.sld +++ b/libs/implementations.sld @@ -52,7 +52,7 @@ (let ((separator (cond-expand (windows ";") (else ":")))) (apply string-append `(,exec-cmd - " chezscheme " + " scheme " ,(util-getenv "COMPILE_R7RS_CHEZSCHEME") " " ,(if (and (null? prepend-directories)