From 6d436ac58a4925132de0ad4b82e34ef42039e9fe Mon Sep 17 00:00:00 2001 From: Michael Gran Date: Thu, 10 Nov 2022 06:51:30 -0800 Subject: [PATCH] Revert "REMOVEME mingw: Hardcode compile-time-file-name-convention to 'mingw." This reverts commit e2f9cfed6318ed85fd72315326c8ef76c4e5b725. --- module/ice-9/boot-9.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm index 3e45eadba..e6130d1f1 100644 --- a/module/ice-9/boot-9.scm +++ b/module/ice-9/boot-9.scm @@ -2062,7 +2062,7 @@ non-locally, that exit determines the continuation." (eval-when (eval) (define (compile-time-file-name-convention) - (let ((target (or "mingw" "FIXME" ((@ (system base target) target-type))))) + (let ((target (or "FIXME" ((@ (system base target) target-type))))) (cond ((equal? target %host-type) (system-file-name-convention)) ((string-contains-ci target "mingw")