mason.config: fix for recent changes
parent
e583e4e649
commit
6ead33d73e
|
@ -20,16 +20,12 @@ SYMBOL: builder-recipients
|
||||||
! (Optional) CPU architecture to build for.
|
! (Optional) CPU architecture to build for.
|
||||||
SYMBOL: target-cpu
|
SYMBOL: target-cpu
|
||||||
|
|
||||||
target-cpu get-global [
|
target-cpu get-global [ cpu target-cpu set-global ] unless
|
||||||
cpu name>> target-cpu set-global
|
|
||||||
] unless
|
|
||||||
|
|
||||||
! (Optional) OS to build for.
|
! (Optional) OS to build for.
|
||||||
SYMBOL: target-os
|
SYMBOL: target-os
|
||||||
|
|
||||||
target-os get-global [
|
target-os get-global [ os target-os set-global ] unless
|
||||||
os name>> target-os set-global
|
|
||||||
] unless
|
|
||||||
|
|
||||||
! Keep test-log around?
|
! Keep test-log around?
|
||||||
SYMBOL: builder-debug
|
SYMBOL: builder-debug
|
||||||
|
|
Loading…
Reference in New Issue