Skip to content

Commit 40e092b

Browse files
authored
Merge pull request #7468 from spevans/pr_lowercase
Remove misspelt CMakefile variable
2 parents 0d88185 + 11a7191 commit 40e092b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/runtime/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ if(SWIFT_BUILD_STATIC_STDLIB AND "${sdk}" STREQUAL "LINUX")
9999
add_custom_command_target(swift_static_binary_${sdk}_args
100100
COMMAND
101101
"${CMAKE_COMMAND}" -E copy
102-
"${SWIFT_SOURCE_DIR}/utils/${lowercase}/static-executable-args.lnk"
102+
"${SWIFT_SOURCE_DIR}/utils/static-executable-args.lnk"
103103
"${SWIFTSTATICLIB_DIR}/${linkfile}"
104104
OUTPUT
105105
"${SWIFTSTATICLIB_DIR}/${linkfile}"
106106
DEPENDS
107-
"${SWIFT_SOURCE_DIR}/utils/${lowercase}/static-executable-args.lnk")
107+
"${SWIFT_SOURCE_DIR}/utils/static-executable-args.lnk")
108108

109109
list(APPEND static_binary_lnk_file_list ${swift_static_binary_${sdk}_args})
110110
swift_install_in_component(stdlib

0 commit comments

Comments
 (0)