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.
2 parents 52334ad + 4da9a27 commit 7130787Copy full SHA for 7130787
cmake/modules/SwiftSupport.cmake
@@ -41,7 +41,7 @@ function(add_swift_target target)
41
cmake_parse_arguments(AST "${options}" "${single_value_options}" "${multiple_value_options}" ${ARGN})
42
43
set(compile_flags ${CMAKE_SWIFT_FLAGS})
44
- set(link_flags)
+ set(link_flags ${CMAKE_SWIFT_LINK_FLAGS})
45
46
list(APPEND compile_flags -incremental)
47
ProcessorCount(CPU_COUNT)
0 commit comments