mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This flag was being used as an alias for whether or not the host is non-Darwin. Rather than adding custom checks for this, use the explicit check that CMake supports. This simplifies the logic and avoids the proliferation of custom variables which can become confusing for others who are not familiar with the custom build infrastructure.