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")
105
105
set_target_properties (swiftImageInspectionShared PROPERTIES
106
106
ARCHIVE_OUTPUT_DIRECTORY "${SWIFTSTATICLIB_DIR} /${lowercase_sdk} " )
107
107
108
+ swift_install_in_component (stdlib
109
+ TARGETS swiftImageInspectionShared
110
+ DESTINATION "lib/swift_static/${lowercase_sdk} " )
111
+
108
112
# Generate the static-executable-args.lnk file used for ELF systems (eg linux)
109
113
set (linkfile "${lowercase_sdk} /static-executable-args.lnk" )
110
114
add_custom_command_target (swift_static_binary_${sdk}_args
Original file line number Diff line number Diff line change 1
1
-static
2
2
-lswiftCore
3
+ -lswiftImageInspectionShared
3
4
-Xlinker
4
5
--defsym=__import_pthread_self=pthread_self
5
6
-Xlinker
You can’t perform that action at this time.
0 commit comments