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