mason.child: Call factor.cmd to set up env vars instead of just calling nmake.
parent
6490391bfc
commit
2e7b5f13c9
|
@ -7,8 +7,9 @@ mason.notify mason.platform mason.report namespaces quotations
|
||||||
sequences splitting system ;
|
sequences splitting system ;
|
||||||
IN: mason.child
|
IN: mason.child
|
||||||
|
|
||||||
|
! Make sure we call the build directory's factor.cmd
|
||||||
: nmake-cmd ( -- args )
|
: nmake-cmd ( -- args )
|
||||||
{ "nmake" "/f" "nmakefile" }
|
"./build-support/factor.cmd" absolute-path
|
||||||
target-cpu get name>> "." split "-" join suffix ;
|
target-cpu get name>> "." split "-" join suffix ;
|
||||||
|
|
||||||
: gnu-make-cmd ( -- args )
|
: gnu-make-cmd ( -- args )
|
||||||
|
|
Loading…
Reference in New Issue