Skip to content

Commit 6cbe706

Browse files
Update setup.py
1 parent ef49674 commit 6cbe706

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
@@ -217,7 +217,7 @@
217217
"""
218218
Final set of arguments for extentions
219219
"""
220-
_project_extra_link_args = _project_cmplr_flag_compatibility # + ["-Wl,-rpath," + x for x in _project_rpath]
220+
_project_extra_link_args = _project_cmplr_flag_compatibility + ["-Wl,-rpath," + x for x in _project_rpath]
221221
_project_dir = os.path.dirname(os.path.abspath(__file__))
222222
_project_main_module_dir = [os.path.join(_project_dir, "dpnp")]
223223
_project_backend_dir = [os.path.join(_project_dir, "dpnp", "backend")]

0 commit comments

Comments
 (0)