From ea07a57657299f131b1609608b233169123889d9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 4 Dec 2025 16:37:41 +0300 Subject: [PATCH] python3-qt6 ver. bump --- programming/language/python3/python3-qt6/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-qt6/actions.py b/programming/language/python3/python3-qt6/actions.py index f35364b0c2..40f694bc82 100644 --- a/programming/language/python3/python3-qt6/actions.py +++ b/programming/language/python3/python3-qt6/actions.py @@ -11,7 +11,8 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get -def setup(): +def setup(): + shelltools.export("CXXFLAGS", "%s -std=c++17" % get.CXXFLAGS()) shelltools.system("sip-build \ --confirm-license \ --no-make \