]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/io/io.factor
Squashed commit of the following:
[factor.git] / basis / bootstrap / io / io.factor
index b9a49b48b82d43bbd979f740e29ea36cf00064fd..5740d4443122860b7637cf121503f87b6715e5fc 100644 (file)
@@ -6,6 +6,6 @@ IN: bootstrap.io
     "io.backend." {
         { [ "io-backend" get ] [ "io-backend" get ] }
         { [ os unix? ] [ "unix." os name>> append ] }
-        { [ os winnt? ] [ "windows.nt" ] }
+        { [ os windows? ] [ "windows" ] }
     } cond append require
 ] when