Skip to content

Commit b124a51

Browse files
authored
Merge pull request #14880 from bob-wilson/sr7038
Restore build and install of the swiftImageInspectionShared library
2 parents f6f391b + a62cfa0 commit b124a51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/public/runtime/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ if(SWIFT_BUILD_STATIC_STDLIB AND "${sdk}" STREQUAL "LINUX")
102102
set_target_properties(swiftImageInspectionShared PROPERTIES
103103
ARCHIVE_OUTPUT_DIRECTORY "${SWIFTSTATICLIB_DIR}/${lowercase_sdk}")
104104

105+
swift_install_in_component(stdlib
106+
TARGETS swiftImageInspectionShared
107+
DESTINATION "lib/swift_static/${lowercase_sdk}")
108+
105109
# Generate the static-executable-args.lnk file used for ELF systems (eg linux)
106110
set(linkfile "${lowercase_sdk}/static-executable-args.lnk")
107111
add_custom_command_target(swift_static_binary_${sdk}_args

0 commit comments

Comments
 (0)