]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/clutter/cogl/ffi/ffi.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / extra / clutter / cogl / ffi / ffi.factor
index b4752d402a83f9a2152f00c078b2e1f83b0547d6..d395cc4d94ef8df05fd18167262aee4e9bfd05d9 100644 (file)
@@ -12,7 +12,7 @@ LIBRARY: clutter.cogl
 
 <<
 "clutter.cogl" {
-    { [ os winnt? ] [ drop ] }
+    { [ os windows? ] [ drop ] }
     { [ os macosx? ] [ drop ] }
     { [ os unix? ] [ "libclutter-glx-1.0.so" cdecl add-library ] }
 } cond