Date: Monday, November 4, 2019 @ 20:25:51
  Author: arojas
Revision: 524124

Fix linking with python 3.8

Modified:
  eolie/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-11-04 20:00:25 UTC (rev 524123)
+++ PKGBUILD    2019-11-04 20:25:51 UTC (rev 524124)
@@ -30,6 +30,8 @@
        cd $pkgname
        git config submodule.subprojects/po.url "$srcdir/eolie-po"
        git submodule update --init
+
+  sed -e "s|'python3'|'python3-embed'|" -i python-webextension/meson.build # 
Fix linking with python 3.8
 }
 
 build() {

Reply via email to