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