Skip to content

Commit c72cbc4

Browse files
author
Alexander Batashev
authored
[SYCL] Fix xmethod script deployment (#1645)
Fixes #1636 Signed-off-by: Alexander Batashev <[email protected]>
1 parent aedd449 commit c72cbc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ add_subdirectory( source )
212212
if (NOT WIN32)
213213
install(FILES
214214
"${CMAKE_CURRENT_SOURCE_DIR}/xmethods/libsycl.so-gdb.py"
215-
RENAME "${CMAKE_CURRENT_SOURCE_DIR}/xmethods/$<TARGET_FILE_NAME:sycl>-gdb.py"
216-
DESTINATION lib${LLVM_LIBDIR_SUFFIX}
215+
DESTINATION "lib${LLVM_LIBDIR_SUFFIX}/$<TARGET_FILE_NAME:sycl>-gdb.py"
217216
COMPONENT sycl-headers-extras)
218217
endif()
219218

0 commit comments

Comments
 (0)