git » yosys.git » commit 6b7deb7

Prepare for Python 3.10 rebuild

author Evangelos Foutras
2021-11-29 20:18:52 UTC
committer Evangelos Foutras
2021-11-29 20:18:52 UTC
parent e8da617b2afd7676ffe4753d5e3f468c71807871

Prepare for Python 3.10 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 81fe21d..c9697f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ _make() {
         ENABLE_ZLIB=1 \
         ENABLE_PYOSYS=1 \
         ABCEXTERNAL=abc \
-        BOOST_PYTHON_LIB="-lpython3.9 -lboost_python39" $@
+        BOOST_PYTHON_LIB="-lpython3.10 -lboost_python310" $@
 }
 
 build() {