git » yosys.git » commit 9f3f3dd

Prepare for Python 3.9 rebuild

author Evangelos Foutras
2020-11-09 10:07:41 UTC
committer Evangelos Foutras
2020-11-09 10:07:41 UTC
parent c8dba62475f9740ed6d80530e1e89030822d59f1

Prepare for Python 3.9 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9002258..1c180ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ _make() {
         ENABLE_ZLIB=1 \
         ENABLE_PYOSYS=1 \
         ABCEXTERNAL=abc \
-        BOOST_PYTHON_LIB="-lpython3.8 -lboost_python38" $@
+        BOOST_PYTHON_LIB="-lpython3.9 -lboost_python39" $@
 }
 
 build() {