blob: ed8e622b09d8bd4a654778e7e2232e94140cc49e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- swift/cmake/modules/SwiftCXXUtils.cmake.orig 2024-06-06 04:26:30 UTC
+++ swift/cmake/modules/SwiftCXXUtils.cmake
@@ -1,6 +1,5 @@ set(SWIFT_LIBSTDCXX_PLATFORMS
# Platforms that use libstdc++ as the system-wide default C++ standard library.
set(SWIFT_LIBSTDCXX_PLATFORMS
"LINUX"
- "FREEBSD"
"CYGWIN"
"HAIKU")
|