Skip to content

Commit ef49674

Browse files
Update setup.py
1 parent 28cca66 commit ef49674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
],
265265
"include_dirs": _mkl_include + _project_backend_dir + _dpctrl_include,
266266
"library_dirs": _mkl_libpath + _omp_libpath + _dpctrl_libpath,
267-
"runtime_library_dirs": [] # _project_rpath + _mkl_rpath + _cmplr_rpath + _omp_rpath + _dpctrl_libpath,
267+
"runtime_library_dirs": [], # _project_rpath + _mkl_rpath + _cmplr_rpath + _omp_rpath + _dpctrl_libpath,
268268
"extra_preargs": _project_cmplr_flag_sycl,
269269
"extra_link_postargs": _project_cmplr_flag_compatibility + _project_cmplr_flag_lib,
270270
"libraries": _mkl_libs + _dpctrl_lib,

0 commit comments

Comments
 (0)