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 d9ea4ec + c93146a commit 2696b96Copy full SHA for 2696b96
test/CMakeLists.txt
@@ -87,7 +87,7 @@ function(get_test_dependencies SDK result_var_name)
87
list(APPEND deps ${deps_binaries})
88
else()
89
foreach(binary ${deps_binaries})
90
- list(APPEND deps "${SWIFT_NATIVE_SWIFT_TOOLS_PATH}/${binary}")
+ list(APPEND deps "${SWIFT_NATIVE_SWIFT_TOOLS_PATH}/${binary}${CMAKE_EXECUTABLE_SUFFIX}")
91
endforeach()
92
endif()
93
0 commit comments