So I am trying to build and test boost in the remote slave( mac ). I want to edit tools/build/v2/user-config.jam file so that I could use the toolset=clang.
How can I add
//in user-config.jam
// toolset will use clang
using clang
: ...etc
in the user-config.jam file?