We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6f391b + a62cfa0 commit b124a51Copy full SHA for b124a51
stdlib/public/runtime/CMakeLists.txt
@@ -102,6 +102,10 @@ if(SWIFT_BUILD_STATIC_STDLIB AND "${sdk}" STREQUAL "LINUX")
102
set_target_properties(swiftImageInspectionShared PROPERTIES
103
ARCHIVE_OUTPUT_DIRECTORY "${SWIFTSTATICLIB_DIR}/${lowercase_sdk}")
104
105
+ swift_install_in_component(stdlib
106
+ TARGETS swiftImageInspectionShared
107
+ DESTINATION "lib/swift_static/${lowercase_sdk}")
108
+
109
# Generate the static-executable-args.lnk file used for ELF systems (eg linux)
110
set(linkfile "${lowercase_sdk}/static-executable-args.lnk")
111
add_custom_command_target(swift_static_binary_${sdk}_args
0 commit comments