We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22461f commit 0a4e0d8Copy full SHA for 0a4e0d8
setup.py
@@ -42,7 +42,8 @@ def get_extensions():
42
ext_modules = [
43
extension(
44
f"{library_name}._C",
45
- sources,
+ # sources,
46
+ [os.path.relpath(s, this_dir) for s in sources],
47
extra_compile_args=extra_compile_args,
48
extra_link_args=extra_link_args,
49
py_limited_api=py_limited_api,
0 commit comments