Skip to content

Commit 6adaf48

Browse files
committed
[stdlib] Add missing Glibc dependency for OpenBSD.
Otherwise, the build may fail as the build attempts to build SwiftReflectionTest before Glibc has been built.
1 parent 31d43bf commit 6adaf48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/private/SwiftReflectionTest/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if (SWIFT_INCLUDE_TESTS)
99
SWIFT_MODULE_DEPENDS_TVOS Darwin
1010
SWIFT_MODULE_DEPENDS_WATCHOS Darwin
1111
SWIFT_MODULE_DEPENDS_LINUX Glibc
12+
SWIFT_MODULE_DEPENDS_OPENBSD Glibc
1213
SWIFT_MODULE_DEPENDS_WINDOWS CRT
1314
INSTALL_IN_COMPONENT stdlib-experimental
1415
DARWIN_INSTALL_NAME_DIR "${SWIFT_DARWIN_STDLIB_PRIVATE_INSTALL_NAME_DIR}")

0 commit comments

Comments
 (0)