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.
1 parent a2df6b9 commit 6873005Copy full SHA for 6873005
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