fixed typo
svn: r3071
This commit is contained in:
parent
67b5c30218
commit
4a0d8018b1
|
@ -168,7 +168,7 @@
|
||||||
[name (if (regexp-match lib-suffix-re name0) ; name + suffix
|
[name (if (regexp-match lib-suffix-re name0) ; name + suffix
|
||||||
(string-append name0 version)
|
(string-append name0 version)
|
||||||
(string-append name0 "." lib-suffix version))])
|
(string-append name0 "." lib-suffix version))])
|
||||||
(or (and absolute?
|
(or (and (not absolute?)
|
||||||
(ormap (lambda (dir)
|
(ormap (lambda (dir)
|
||||||
;; try good name first, then original
|
;; try good name first, then original
|
||||||
(or (ffi-lib (build-path dir name) #t)
|
(or (ffi-lib (build-path dir name) #t)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user