Files
swift-mirror/cmake/modules/SwiftCXXUtils.cmake
3405691582 5f7f7f5cdd [cmake] OpenBSD uses libc++.
Therefore, do not generate a libstdcxx.modulemap. See also #58497.
2022-05-13 15:15:28 -04:00

7 lines
162 B
CMake

# Platforms that use libstdc++ as the system-wide default C++ standard library.
set(SWIFT_LIBSTDCXX_PLATFORMS
"LINUX"
"FREEBSD"
"CYGWIN"
"HAIKU")