From 59a322275e6ac84d5e5baf7f48e0dbf6f0cb9b79 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 17 Oct 2009 16:43:47 -0500 Subject: [PATCH] terrain: fix deploy config --- extra/terrain/deploy.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/terrain/deploy.factor b/extra/terrain/deploy.factor index c27e7b3c84..42e2fd68ab 100644 --- a/extra/terrain/deploy.factor +++ b/extra/terrain/deploy.factor @@ -5,7 +5,7 @@ H{ { deploy-c-types? f } { deploy-unicode? f } { deploy-io 2 } - { deploy-reflection 2 } + { deploy-reflection 1 } { "stop-after-last-window?" t } { deploy-word-props? f } { deploy-math? t }