guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 20/25: Revert "REMOVEME mingw: Hardcode compile-time-fil


From: Mike Gran
Subject: [Guile-commits] 20/25: Revert "REMOVEME mingw: Hardcode compile-time-file-name-convention to 'mingw."
Date: Thu, 10 Nov 2022 18:06:19 -0500 (EST)

mike121 pushed a commit to branch wip-mingw
in repository guile.

commit 6d436ac58a4925132de0ad4b82e34ef42039e9fe
Author: Michael Gran <spk121@yahoo.com>
AuthorDate: Thu Nov 10 06:51:30 2022 -0800

    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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]