Skip to content

Commit

Permalink
Correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Nov 24, 2022
1 parent 8923bc3 commit ab8ae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lzip_extension",
language="cpp",
sources=[
"lzip_extension.cpp",
str(dirname / "source" / "lzip_extension.cpp"),
str(dirname / "third_party" / "lzlib" / "lzlib.cpp"),
],
extra_compile_args=extra_compile_args,
Expand Down

0 comments on commit ab8ae52

Please sign in to comment.