Skip to content

Commit eb7f804

Browse files
committed
Fix Windows SYCL wrapper Python command
1 parent 9cfb858 commit eb7f804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/SYCL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(WIN32 AND ITLABAI_SYCL_IMPLEMENTATION STREQUAL "IntelLLVM")
3737
endif()
3838

3939
string(CONCAT WINDOWS_SYCL_LINK_COMMAND
40-
"\"${Python3_EXECUTABLE}\" "
40+
"python "
4141
"\"${CMAKE_SOURCE_DIR}/scripts/ci/windows_sycl_link.py\" "
4242
"--compiler \"${CMAKE_CXX_COMPILER}\" "
4343
"--target <TARGET> "

0 commit comments

Comments
 (0)