Skip to content

Commit 979a27c

Browse files
authored
Add missing endif()
1 parent 3f15285 commit 979a27c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/cmake/modules/SwiftSource.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ function(_add_target_variant_swift_compile_flags
286286

287287
if(SWIFT_STDLIB_HAS_STDIN)
288288
list(APPEND result "-D" "SWIFT_STDLIB_HAS_STDIN")
289+
endif()
289290

290291
if(SWIFT_STDLIB_SINGLE_THREADED_RUNTIME)
291292
list(APPEND result "-DSWIFT_STDLIB_SINGLE_THREADED_RUNTIME")

0 commit comments

Comments
 (0)