Skip to content

Commit 2696b96

Browse files
authored
Merge pull request swiftlang#27972 from gmittert/EndMySuffixing
2 parents d9ea4ec + c93146a commit 2696b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function(get_test_dependencies SDK result_var_name)
8787
list(APPEND deps ${deps_binaries})
8888
else()
8989
foreach(binary ${deps_binaries})
90-
list(APPEND deps "${SWIFT_NATIVE_SWIFT_TOOLS_PATH}/${binary}")
90+
list(APPEND deps "${SWIFT_NATIVE_SWIFT_TOOLS_PATH}/${binary}${CMAKE_EXECUTABLE_SUFFIX}")
9191
endforeach()
9292
endif()
9393

0 commit comments

Comments
 (0)