]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gobject/ffi/ffi.factor
ffi: remove lib from names since they build that way
[factor.git] / basis / gobject / ffi / ffi.factor
index 4276fcae440fc8c727c9c09427ef677c8ef011b1..247ef054fd8e18cdc2ac68ea0f52788c04ca9441 100644 (file)
@@ -12,7 +12,7 @@ USE: glib.ffi
 LIBRARY: gobject
 
 << "gobject" {
-    { [ os windows? ] [ "libgobject-2.0-0.dll" ] }
+    { [ os windows? ] [ "gobject-2.0-0.dll" ] }
     { [ os macosx? ] [ "libgobject-2.0.dylib" ] }
     { [ os unix? ] [ "libgobject-2.0.so" ] }
 } cond cdecl add-library >>