gdbm.ffi: fix library name on Linux
parent
d2a42ec4e2
commit
b994848d5f
|
@ -6,8 +6,8 @@ IN: gdbm.ffi
|
|||
|
||||
<< "libgdbm" {
|
||||
{ [ os macosx? ] [ "libgdbm.dylib" ] }
|
||||
{ [ os unix? ] [ "libgdbm.so" ] }
|
||||
{ [ os windows? ] [ "gdbm3.dll" ] }
|
||||
{ [ os unix? ] [ "libgdbm.so.3" ] }
|
||||
{ [ os windows? ] [ "gdbm3.dll" ] }
|
||||
} cond cdecl add-library >>
|
||||
|
||||
LIBRARY: libgdbm
|
||||
|
|
Loading…
Reference in New Issue