boostorg / boost

Super-project for modularized Boost
https://github.com/boostorg/wiki/wiki/Getting-Started%3A-Overview
Boost Software License 1.0
6.97k stars 1.72k forks source link

Allow custom toolset in `bootstrap.sh` #897

Open sdasda7777 opened 3 months ago

sdasda7777 commented 3 months ago

Would it be possible to allow custom toolset in bootstrap.sh? I had the displeasure of trying to compile Boost on system where no recognized compiler was available, and I lost stupid amount of time on that. The build.sh script supports custom compiler, so I'm not sure if there is a reason why it could not be supported by bootstrap.sh as well.