File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ if(SWIFT_BUILD_STATIC_STDLIB AND "${sdk}" STREQUAL "LINUX")
105105 set_target_properties (swiftImageInspectionShared PROPERTIES
106106 ARCHIVE_OUTPUT_DIRECTORY "${SWIFTSTATICLIB_DIR} /${lowercase_sdk} " )
107107
108+ swift_install_in_component(stdlib
109+ TARGETS swiftImageInspectionShared
110+ DESTINATION "lib/swift_static/${lowercase_sdk} " )
111+
108112 # Generate the static-executable-args.lnk file used for ELF systems (eg linux)
109113 set (linkfile "${lowercase_sdk} /static-executable-args.lnk" )
110114 add_custom_command_target(swift_static_binary_${sdk} _args
Original file line number Diff line number Diff line change 11-static
22-lswiftCore
3+ -lswiftImageInspectionShared
34-Xlinker
45--defsym=__import_pthread_self=pthread_self
56-Xlinker
You can’t perform that action at this time.
0 commit comments