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 0d88185 + 11a7191 commit 40e092bCopy full SHA for 40e092b
stdlib/public/runtime/CMakeLists.txt
@@ -99,12 +99,12 @@ if(SWIFT_BUILD_STATIC_STDLIB AND "${sdk}" STREQUAL "LINUX")
99
add_custom_command_target(swift_static_binary_${sdk}_args
100
COMMAND
101
"${CMAKE_COMMAND}" -E copy
102
- "${SWIFT_SOURCE_DIR}/utils/${lowercase}/static-executable-args.lnk"
+ "${SWIFT_SOURCE_DIR}/utils/static-executable-args.lnk"
103
"${SWIFTSTATICLIB_DIR}/${linkfile}"
104
OUTPUT
105
106
DEPENDS
107
- "${SWIFT_SOURCE_DIR}/utils/${lowercase}/static-executable-args.lnk")
+ "${SWIFT_SOURCE_DIR}/utils/static-executable-args.lnk")
108
109
list(APPEND static_binary_lnk_file_list ${swift_static_binary_${sdk}_args})
110
swift_install_in_component(stdlib
0 commit comments