gdbm.ffi: fix library name on Linux

db4
Slava Pestov 2012-01-02 22:44:43 -06:00
parent d2a42ec4e2
commit b994848d5f
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ 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 >>