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 "")
|
(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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue