gdbm.ffi: Use find-library-from-list because nobody can agree on what to
name the gdbm dll.db4
parent
77f806d6c5
commit
8afdafac05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue