From 22d3e2e780483abb596bdaab46955de65da611af Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 17 Jul 2025 20:38:54 +0300 Subject: [PATCH] Fixing Chicken --- libs/data.sld | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/data.sld b/libs/data.sld index aa35287..6961c31 100644 --- a/libs/data.sld +++ b/libs/data.sld @@ -149,6 +149,10 @@ (type . compiler) (library-command . ,(lambda (library-file prepend-directories append-directories r6rs?) (apply string-append `("gsc -obj " + ,@(map (lambda (item) + (string-append item "/ ")) + (append prepend-directories + append-directories)) ,@(map (lambda (item) (string-append item "/ ")) (append prepend-directories