Use - as shared-object version split char on windows

This commit is contained in:
retropikzel 2025-02-07 10:03:02 +02:00
parent 9c37551414
commit 7b43422811
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
(if (string=? version "") (if (string=? version "")
"" ""
(string-append (string-append
(cond-expand (windows ".") ; FIXME (cond-expand (windows "-")
(else ".")) (else "."))
version)))) version))))
(library-path-without-suffixes (string-append path (library-path-without-suffixes (string-append path