mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
* build: Support toolset=msvc even as Cygwin build. Fixes: https://github.com/boostorg/build/issues/459 * msvc.jam: Avoid segmentation fault if ProgramFiles env is missing. When we run in an 'env -i' session in Cygwin, which may not have the "ProgramFiles(x86)" or "ProgramFiles" environment variables set, we really should not end up in a segmentation fault. * msvc.jam: On Cygwin, query cygpath on missing ProgramFiles env. When we run in an 'env -i' session in Cygwin, which may not have the "ProgramFiles(x86)" or "ProgramFiles" environment variables set, we can try to query cygpath instead.