Skip to content

Commit b6ca2fb

Browse files
authored
Merge pull request #24028 from colemancda/posixErrorGlibc
[stdlib] Include POSIXError as part of Glibc
2 parents 73edb17 + 787bc36 commit b6ca2fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Platform/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ add_swift_target_library(swiftDarwin ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_SDK_
2525

2626
add_swift_target_library(swiftGlibc ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_SDK_OVERLAY
2727
${swift_platform_sources}
28+
POSIXError.swift
2829

2930
GYB_SOURCES
3031
${swift_platform_gyb_sources}

0 commit comments

Comments
 (0)