$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] bjam for Mac OS X - clang
From: Gevorg Voskanyan (v_gevorg_at_[hidden])
Date: 2011-02-22 05:59:56
er wrote:
[snip]
> and invoked
>
> sudo bjam toolset=clang-4.2
>
> and it worked!
Good to know! BTW, as toolset is an implicit feature, you can say:
sudo bjam clang-4.2
and it will work in the same way.
Gevorg