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 8b189d9 + 90448e7 commit f48e07cCopy full SHA for f48e07c
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -1220,6 +1220,7 @@ function(_add_swift_target_library_single target name)
1220
"${PLIST_INFO_PLIST_OUT}"
1221
@ONLY
1222
NEWLINE_STYLE UNIX)
1223
+ set_property(TARGET ${target} APPEND PROPERTY LINK_DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/${PLIST_INFO_PLIST_OUT}")
1224
1225
# If Application Extensions are enabled, pass the linker flag marking
1226
# the dylib as safe.
0 commit comments