21 Jul
2014
21 Jul
'14
8:14 p.m.
AMDG On 07/21/2014 12:46 PM, Axel Ismirlian wrote:
I am trying to debug the gcc.jam in for my platform, and I really wanted to know what the value of a certain variable model is.
local model = [ feature.get-values address-model : $(properties) ] ;
How do I print this out? How do you print anything in jam files really?
ECHO $(model) ; In Christ, Steven Watanabe