We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a4a80 commit ba24407Copy full SHA for ba24407
cmake/modules/AddSwift.cmake
@@ -335,7 +335,7 @@ function(_compile_swift_files dependency_target_out_var_name)
335
list(APPEND swift_flags
336
"-nostdimport" "-parse-stdlib" "-module-name" "Swift")
337
if (NOT SWIFT_STDLIB_ENABLE_RESILIENCE)
338
- list(append swift_flags "-Xfrontend" "-sil-serialize-all")
+ list(APPEND swift_flags "-Xfrontend" "-sil-serialize-all")
339
endif()
340
341
0 commit comments