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 @@ -94,6 +94,10 @@ if(SWIFT_BUILD_STATIC_STDLIB AND "${sdk}" STREQUAL "LINUX")
94
94
set_target_properties (swiftImageInspectionShared PROPERTIES
95
95
ARCHIVE_OUTPUT_DIRECTORY "${SWIFTSTATICLIB_DIR} /${lowercase_sdk} " )
96
96
97
+ swift_install_in_component (stdlib
98
+ TARGETS swiftImageInspectionShared
99
+ DESTINATION "lib/swift_static/${lowercase_sdk} " )
100
+
97
101
# Generate the static-executable-args.lnk file used for ELF systems (eg linux)
98
102
set (linkfile "${lowercase_sdk} /static-executable-args.lnk" )
99
103
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