mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Revert "squash! Fix 'absolute-file-name?' and others for cross-build to MinGW."
This reverts commit a841ba1a6a5c4d6f5a6b77cb090a92a0a53ab327.
This commit is contained in:
parent
6d436ac58a
commit
ec27a4d7d3
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 "FIXME" ((@ (system base target) target-type)))))
|
||||
(let ((target ((@ (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