gdbm.ffi: Use find-library-from-list because nobody can agree on what to

name the gdbm dll.
db4
Doug Coleman 2014-07-08 12:23:11 -05:00
parent 77f806d6c5
commit 8afdafac05
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ alien.syntax classes.struct combinators kernel system ;
IN: gdbm.ffi
<< "libgdbm"
os windows? [ "gdbm3.dll" ] [ "gdbm" find-library ] if
{ "gdbm" "gdbm3" "libgdbm-3" } find-library-from-list
cdecl add-library >>
LIBRARY: libgdbm