]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gobject/ffi/ffi.factor
gtk: add library references.
[factor.git] / basis / gobject / ffi / ffi.factor
index 919f9daa0faa7fc93fecfbcb72db1deb8a2adc20..ccdf210a1e118e89be3dc30bce78b2026edde2ee 100644 (file)
@@ -16,7 +16,8 @@ LIBRARY: gobject
 <<
 "gobject" {
     { [ os windows? ] [ "libobject-2.0-0.dll" cdecl add-library ] }
-    { [ os unix? ] [ drop ] }
+    { [ os macosx? ] [ "libgobject-2.0.dylib" cdecl add-library ] }
+    { [ os unix? ] [ "libgobject-2.0.so" cdecl add-library ] }
 } cond
 >>