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:
parent
ab0a917ff4
commit
6d436ac58a
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue