-
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
try1
|
||||
try2)
|
||||
)]
|
||||
[(eq? platform 'unix)
|
||||
(let ((try1 (build-path (current-directory) "lib" lib)))
|
||||
(when (file-exists? try1)
|
||||
try1))]
|
||||
[else
|
||||
(error (format "Install the shared library: ~a" lib))]
|
||||
)))
|
||||
|
||||
Reference in New Issue
Block a user