We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66311e1 + 9a93b61 commit a813610Copy full SHA for a813610
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -351,6 +351,8 @@ function(_add_target_variant_link_flags)
351
list(APPEND link_libraries "pthread" "dl")
352
elseif("${LFLAGS_SDK}" STREQUAL "FREEBSD")
353
list(APPEND link_libraries "pthread")
354
+ elseif("${LFLAGS_SDK}" STREQUAL "OPENBSD")
355
+ list(APPEND link_libraries "pthread")
356
elseif("${LFLAGS_SDK}" STREQUAL "CYGWIN")
357
# No extra libraries required.
358
elseif("${LFLAGS_SDK}" STREQUAL "WINDOWS")
0 commit comments