]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/pango/ffi/ffi.factor
gtk: add library references.
[factor.git] / basis / pango / ffi / ffi.factor
index 5c7d99dc5e885cbbbe374bee71bbfa0fd4cd9718..21ccfa41d24fd37a623e1566abab53573cd599e3 100644 (file)
@@ -14,8 +14,9 @@ LIBRARY: pango
 << 
 "pango" {
     { [ os windows? ] [ "libpango-1.0-0.dll" cdecl add-library ] }
-    { [ os unix? ] [ drop ] }
-} cond 
+    { [ os macosx? ] [ drop ] }
+    { [ os unix? ] [ "libpango-1.0.so" cdecl add-library ] }
+} cond
 >>
 
 IMPLEMENT-STRUCTS: PangoRectangle ;