]> gitweb.factorcode.org Git - factor.git/commitdiff
gtk.ffi: fixed.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 7 Jun 2014 20:45:20 +0000 (13:45 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 7 Jun 2014 20:45:20 +0000 (13:45 -0700)
basis/gtk/ffi/ffi.factor

index be9d566ca4011a470a860f81f6423f5775618282..e9b3238ba72bd3f002ea930a7a27595e4945467d 100644 (file)
@@ -17,7 +17,7 @@ LIBRARY: gtk
 "gtk" {
     { linux "gtk-x11-2.0" }
     { windows "libgtk-win32-2.0-0" }
-} os of [ find-library cdecl add-library ] when*
+} os of [ find-library cdecl add-library ] [ drop ] if*
 >>
 
 IMPLEMENT-STRUCTS: GtkTreeIter ;