Use - as shared-object version split char on windows
This commit is contained in:
parent
9c37551414
commit
7b43422811
|
|
@ -160,7 +160,7 @@
|
|||
(if (string=? version "")
|
||||
""
|
||||
(string-append
|
||||
(cond-expand (windows ".") ; FIXME
|
||||
(cond-expand (windows "-")
|
||||
(else "."))
|
||||
version))))
|
||||
(library-path-without-suffixes (string-append path
|
||||
|
|
|
|||
Loading…
Reference in New Issue