1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

Revert "squash! Fix 'absolute-file-name?' and others for cross-build to MinGW."

This reverts commit a841ba1a6a5c4d6f5a6b77cb090a92a0a53ab327.
This commit is contained in:
Michael Gran 2022-11-10 06:52:21 -08:00
parent 6d436ac58a
commit ec27a4d7d3

View file

@ -2062,7 +2062,7 @@ non-locally, that exit determines the continuation."
(eval-when (eval) (eval-when (eval)
(define (compile-time-file-name-convention) (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) (cond ((equal? target %host-type)
(system-file-name-convention)) (system-file-name-convention))
((string-contains-ci target "mingw") ((string-contains-ci target "mingw")