mirror of
https://github.com/boostorg/build.git
synced 2026-02-22 03:12:16 +00:00
Gcc toolset was unconditionally setting the JAMSHELL on Windows to try and avoid long command arg errors. In doing so it also prevented external setting of the JAMSHELL. This works around it by defaulting JAMSHELL to the global value. WARNING: This is only a work around. Ultimately we need to remove the JAMSHELL variable entirely as it generally doesn't work.