common-lisp.net
/
projects/cffi/cffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d1d2eb4
)
tests: fix name of 32bit FSBV test library
author
Stelian Ionescu
<sionescu@cddr.org>
Sat, 23 Feb 2013 21:24:50 +0000 (22:24 +0100)
committer
Stelian Ionescu
<sionescu@cddr.org>
Sat, 23 Feb 2013 21:24:50 +0000 (22:24 +0100)
tests/bindings.lisp
patch
|
blob
|
blame
|
history
diff --git
a/tests/bindings.lisp
b/tests/bindings.lisp
index
98adeae
..
c6071f2
100644
(file)
--- a/
tests/bindings.lisp
+++ b/
tests/bindings.lisp
@@
-40,7
+40,7
@@
(define-foreign-library (libfsbv :type :test)
(:darwin (:or "libfsbv.dylib" "libfsbv32.dylib"))
- (:unix (:or "libfsbv.so" "libfsbv32.so"))
+ (:unix (:or "libfsbv.so" "libfsbv_32.so"))
(:windows "libfsbv.dll")
(t (:default "libfsbv")))