]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/child/child.factor
moving build-support/factor.(sh|cmd) to ./build.(sh|cmd).
[factor.git] / extra / mason / child / child.factor
index 08dd65fd4b95234363388b16d92b917766e50540..b97a2e5124e0851493fdfdcbd340f3181ab073de 100644 (file)
@@ -9,7 +9,7 @@ IN: mason.child
 
 ! Make sure we call the build directory's factor.cmd
 : nmake-cmd ( -- args )
-    "./build-support/factor.cmd" absolute-path
+    "./build.cmd" absolute-path
     "latest"
     target-cpu get name>> "." split "-" join 3array ;