mason.child: revert builder change for mac32/64.
parent
93d0dcf357
commit
75b88b33fb
|
@ -7,9 +7,15 @@ mason.notify mason.platform mason.report math.parser namespaces
|
||||||
quotations sequences splitting system system-info ;
|
quotations sequences splitting system system-info ;
|
||||||
IN: mason.child
|
IN: mason.child
|
||||||
|
|
||||||
|
: gnu-make-cmd ( -- args )
|
||||||
|
gnu-make
|
||||||
|
target-os get name>> target-cpu get name>> (platform)
|
||||||
|
2array ;
|
||||||
|
|
||||||
HOOK: compile-factor-command os ( -- array )
|
HOOK: compile-factor-command os ( -- array )
|
||||||
M: unix compile-factor-command ( -- array )
|
M: unix compile-factor-command ( -- array )
|
||||||
{ "make" "-j" } cpus number>string suffix ;
|
gnu-make-cmd ;
|
||||||
|
|
||||||
! Windows has separate 32/64 bit shells, so assuming the cell bits here is fine
|
! Windows has separate 32/64 bit shells, so assuming the cell bits here is fine
|
||||||
! because it won't find the right toolchain otherwise.
|
! because it won't find the right toolchain otherwise.
|
||||||
M: windows compile-factor-command ( -- array )
|
M: windows compile-factor-command ( -- array )
|
||||||
|
|
Loading…
Reference in New Issue