$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Question about using condition in bjam
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-08-24 12:06:02
On Monday 24 August 2009 Matthew Chambers wrote:
> If you see an error like that it generally means you missed a delimiter
> or messed up the spacing. Spaces are required between all tokens:
>
> if toolset = "gcc" { } else { }
Also note:
http://www.boost.org/boost-build2/doc/html/bbv2/faq.html#id2867192
- Volodya