From b55e023709b8769f4dd17566b955ee26a9793fe5 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 17 Jul 2025 20:31:32 +0300 Subject: [PATCH] Fixing Chicken --- libs/data.sld | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libs/data.sld b/libs/data.sld index 93e78df..8e64ecb 100644 --- a/libs/data.sld +++ b/libs/data.sld @@ -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)