File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ if(SWIFT_BUILD_STATIC_STDLIB)
44
44
"${ICU_UC_LIBDIR} "
45
45
"${ICU_I18N_LIBDIR} "
46
46
OUTPUT
47
- "${SWIFTSTATICLIB_DIR} /${linkfile} " )
47
+ "${SWIFTSTATICLIB_DIR} /${linkfile} "
48
+ DEPENDS
49
+ "${SWIFT_SOURCE_DIR} /utils/gen-static-stdlib-link-args" )
48
50
49
51
list (APPEND static_stdlib_lnk_file_list ${swift_static_stdlib_${sdk}_args} )
50
52
swift_install_in_component (stdlib
Original file line number Diff line number Diff line change @@ -102,7 +102,9 @@ if(SWIFT_BUILD_STATIC_STDLIB AND "${sdk}" STREQUAL "LINUX")
102
102
"${SWIFT_SOURCE_DIR} /utils/${lowercase} /static-executable-args.lnk"
103
103
"${SWIFTSTATICLIB_DIR} /${linkfile} "
104
104
OUTPUT
105
- "${SWIFTSTATICLIB_DIR} /${linkfile} " )
105
+ "${SWIFTSTATICLIB_DIR} /${linkfile} "
106
+ DEPENDS
107
+ "${SWIFT_SOURCE_DIR} /utils/${lowercase} /static-executable-args.lnk" )
106
108
107
109
list (APPEND static_binary_lnk_file_list ${swift_static_binary_${sdk}_args} )
108
110
swift_install_in_component (stdlib
You can’t perform that action at this time.
0 commit comments