gdbm.ffi: fix DLL name on Windows
parent
9cbff0c470
commit
f49cdd10e8
|
|
@ -7,7 +7,7 @@ IN: gdbm.ffi
|
|||
<< "libgdbm" {
|
||||
{ [ os macosx? ] [ "libgdbm.dylib" ] }
|
||||
{ [ os unix? ] [ "libgdbm.so" ] }
|
||||
{ [ os winnt? ] [ "gdbm.dll" ] }
|
||||
{ [ os winnt? ] [ "gdbm3.dll" ] }
|
||||
} cond cdecl add-library >>
|
||||
|
||||
LIBRARY: libgdbm
|
||||
|
|
|
|||
Loading…
Reference in New Issue