mason.config: fix for recent changes

db4
Slava Pestov 2011-08-22 22:17:50 -07:00
parent e583e4e649
commit 6ead33d73e
1 changed files with 2 additions and 6 deletions

View File

@ -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