Skip to content

Commit 90b0574

Browse files
author
Harlan
committed
[build] Don't attempt to build the runtime with coverage (#2958)
1 parent 2cbf0fd commit 90b0574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ function(_add_swift_library_single target name)
789789
set(link_flags ${SWIFTLIB_SINGLE_LINK_FLAGS})
790790

791791
# Add variant-specific flags.
792-
if(SWIFTLIB_SINGLE_IS_STDLIB)
792+
if(SWIFTLIB_SINGLE_TARGET_LIBRARY)
793793
set(build_type "${SWIFT_STDLIB_BUILD_TYPE}")
794794
set(enable_assertions "${SWIFT_STDLIB_ASSERTIONS}")
795795
else()

0 commit comments

Comments
 (0)