1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 19:20:27 +02:00

Revert "REMOVEME mingw: Hardcode compile-time-file-name-convention to 'mingw."

This reverts commit e2f9cfed6318ed85fd72315326c8ef76c4e5b725.
This commit is contained in:
Michael Gran 2022-11-10 06:51:30 -08:00
parent ab0a917ff4
commit 6d436ac58a

View file

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