mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
15 lines
455 B
Diff
15 lines
455 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 03fc754..286eab7 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -35,9 +35,8 @@ setuptools.setup(
|
|
py_limited_api=True,
|
|
sources=[
|
|
"src/pylsqpack/binding.c",
|
|
- "vendor/ls-qpack/lsqpack.c",
|
|
- "vendor/ls-qpack/deps/xxhash/xxhash.c",
|
|
],
|
|
+ libraries=["ls-qpack"],
|
|
),
|
|
],
|
|
cmdclass={"bdist_wheel": bdist_wheel_abi3},
|