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.
endif()
1 parent 3f15285 commit 979a27cCopy full SHA for 979a27c
stdlib/cmake/modules/SwiftSource.cmake
@@ -286,6 +286,7 @@ function(_add_target_variant_swift_compile_flags
286
287
if(SWIFT_STDLIB_HAS_STDIN)
288
list(APPEND result "-D" "SWIFT_STDLIB_HAS_STDIN")
289
+ endif()
290
291
if(SWIFT_STDLIB_SINGLE_THREADED_RUNTIME)
292
list(APPEND result "-DSWIFT_STDLIB_SINGLE_THREADED_RUNTIME")
0 commit comments