Skip to content

Commit f48e07c

Browse files
authored
Merge pull request swiftlang#39268 from akyrtzi/stdlib-plist-link-depends
2 parents 8b189d9 + 90448e7 commit f48e07c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/cmake/modules/AddSwiftStdlib.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,7 @@ function(_add_swift_target_library_single target name)
12201220
"${PLIST_INFO_PLIST_OUT}"
12211221
@ONLY
12221222
NEWLINE_STYLE UNIX)
1223+
set_property(TARGET ${target} APPEND PROPERTY LINK_DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/${PLIST_INFO_PLIST_OUT}")
12231224

12241225
# If Application Extensions are enabled, pass the linker flag marking
12251226
# the dylib as safe.

0 commit comments

Comments
 (0)