This commit is contained in:
Rmys
2020-01-31 19:46:37 +03:00
parent 1cc2a882ca
commit 310bbab7eb
2 changed files with 16 additions and 6 deletions
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import get
options="WXPORT=gtk2 UNICODE=1 WX_CONFIG=/usr/bin/wx-config-2.8"
options="WXPORT=gtk3 UNICODE=1 WX_CONFIG=/usr/bin/wx-config-gtk3"
def build():
shelltools.cd("wxPython")