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