]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/stage2.factor
Squashed commit of the following:
[factor.git] / basis / bootstrap / stage2.factor
index e3e8b5ddbc0c7cd6bdc045d7cb8fcc4311186cac..c70cf00df3ad810497e9a94154254658c7a33057 100644 (file)
@@ -72,8 +72,7 @@ SYMBOL: bootstrap-time
     (command-line) parse-command-line
 
     ! Set dll paths
-    os wince? [ "windows.ce" require ] when
-    os winnt? [ "windows.nt" require ] when
+    os windows? [ "windows" require ] when
 
     "staging" get "deploy-vocab" get or [
         "stage2: deployment mode" print