From 77459e0ad624acf6ccfd71ac7d682c504513cb69 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 20 Jan 2020 18:47:18 +0300 Subject: [PATCH] pyqt5 --- programming/language/python3/python3-qt5/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python3/python3-qt5/actions.py b/programming/language/python3/python3-qt5/actions.py index df89e2bcaf..6b7afd0e3e 100755 --- a/programming/language/python3/python3-qt5/actions.py +++ b/programming/language/python3/python3-qt5/actions.py @@ -18,7 +18,7 @@ def setup(): --sip /usr/bin/sip \ --qmake='/usr/bin/qmake' \ --destdir='/usr/lib/python3.8/site-packages' \ - --sip-incdir='/usr/include/python3.8python' \ + --sip-incdir='/usr/include/python3.8' \ CFLAGS='%s' CXXFLAGS='%s'" % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3") shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'")