From b8a66d61320f69b24adf549d4823581bbcf62d69 Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 14 Jul 2006 05:54:38 +0000 Subject: [PATCH] bootstrap fix --- library/bootstrap/boot-stage2.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/bootstrap/boot-stage2.factor b/library/bootstrap/boot-stage2.factor index 887eb4598d..6c00bccaf2 100644 --- a/library/bootstrap/boot-stage2.factor +++ b/library/bootstrap/boot-stage2.factor @@ -47,7 +47,7 @@ parser sequences sequences-internals words ; terpri flush "Initializing native I/O..." print flush - "native-io" get windows? not and [ init-io ] when + "native-io" get [ init-io ] when "cocoa" get [ "/library/compiler/alien/objc/load.factor" run-resource