bfgroup / b2

B2 makes it easy to build C++ projects, everywhere.
https://www.bfgroup.xyz/b2/
Boost Software License 1.0
75 stars 228 forks source link

fix broken multiple configurations for some toolset modules #388

Closed grisumbras closed 3 months ago

grisumbras commented 3 months ago

Proposed changes

When making #374 I wrote the checks for some modules incorrectly (wrong application of De Morgan's law). As a result declaring multiple configurations for those modules broke. This PR fixes that.

Types of changes