gdbm.ffi: fix DLL name on Windows
parent
68da8c48d5
commit
1945d62dd5
|
@ -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