From de56964a0682bdb14390fe81649ee0bcff6acd97 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 5 Aug 2015 10:37:44 -0700 Subject: [PATCH] mason.child: wrong code just doesn't do the right thing. hmm Fixes #1404. --- extra/mason/child/child.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/mason/child/child.factor b/extra/mason/child/child.factor index 95974b8852..08dd65fd4b 100644 --- a/extra/mason/child/child.factor +++ b/extra/mason/child/child.factor @@ -10,7 +10,8 @@ IN: mason.child ! Make sure we call the build directory's factor.cmd : nmake-cmd ( -- args ) "./build-support/factor.cmd" absolute-path - target-cpu get name>> "." split "-" join 2array ; + "latest" + target-cpu get name>> "." split "-" join 3array ; : gnu-make-cmd ( -- args ) gnu-make