We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccde540 + 6873005 commit 2b5fa68Copy full SHA for 2b5fa68
1 file changed
cmake/modules/AddSwift.cmake
@@ -1467,7 +1467,7 @@ function(_add_swift_library_single target name)
1467
endif()
1468
1469
if(target_static)
1470
- target_link_options(${target_static} PRIVATE
+ target_compile_options(${target_static} PRIVATE
1471
${c_compile_flags})
1472
# FIXME: The fallback paths here are going to be dynamic libraries.
1473
0 commit comments