Skip to content

Commit a79417f

Browse files
committed
Tweak formatting of _Concurrency module CMakeLists.txt
Helps fix rdar://66414410.
1 parent 1d8f07a commit a79417f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} I
2929
${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
3030
-parse-stdlib
3131
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
32-
INSTALL_IN_COMPONENT stdlib)
32+
INSTALL_IN_COMPONENT stdlib
33+
)

0 commit comments

Comments
 (0)