Skip to content

Commit 7d548cd

Browse files
fixed filename typo in setup.py to fix build
1 parent 8c4ffbb commit 7d548cd

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
@@ -131,7 +131,7 @@ def extensions():
131131
Extension(
132132
"dpctl._sycl_core",
133133
[
134-
os.path.join("dpctl", "sycl_core.pyx"),
134+
os.path.join("dpctl", "_sycl_core.pyx"),
135135
],
136136
**extension_args
137137
),

0 commit comments

Comments
 (0)