Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > 6dffec40e5dd917501e660f593908f14 > files > 4

brotli-1.0.9-2.mga8.src.rpm

diff --git a/setup.py b/setup.py
index 1491db3..0ab2fb0 100644
--- a/setup.py
+++ b/setup.py
@@ -263,6 +263,9 @@ EXT_MODULES = [
         include_dirs=[
             'c/include',
         ],
+        libraries=[
+            'python3.8',
+        ],
         language='c++'),
 ]