gobject.ffi: fix windows dll name.
parent
e237b49f83
commit
7c30ae8ab6
|
@ -12,7 +12,7 @@ USE: glib.ffi
|
|||
LIBRARY: gobject
|
||||
|
||||
<< "gobject" {
|
||||
{ [ os windows? ] [ "libobject-2.0-0.dll" ] }
|
||||
{ [ os windows? ] [ "libgobject-2.0-0.dll" ] }
|
||||
{ [ os macosx? ] [ "libgobject-2.0.dylib" ] }
|
||||
{ [ os unix? ] [ "libgobject-2.0.so" ] }
|
||||
} cond cdecl add-library >>
|
||||
|
|
Loading…
Reference in New Issue