diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-21 08:02:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-21 08:02:33 +0700 |
commit | 0a304ec27c1e96fb6ba071570da7acc5c7a6c886 (patch) | |
tree | b4ec1518efe4bef82d910cca85307bf21d5612c9 | |
parent | 9b7187bc985dcde3fc9d92fbc2a7025f495a7af4 (diff) |
libraries/wxPython: Fix build for current.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/wxPython/wxPython.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/wxPython/wxPython.SlackBuild b/libraries/wxPython/wxPython.SlackBuild index a5ef7f01beb37..781371e9e89a3 100644 --- a/libraries/wxPython/wxPython.SlackBuild +++ b/libraries/wxPython/wxPython.SlackBuild @@ -118,7 +118,7 @@ make -C contrib/src/ogl install DESTDIR=$PKG make -C contrib/src/stc install DESTDIR=$PKG cd wxPython - python setup.py \ + python2 setup.py \ WXPORT=gtk2 \ UNICODE=1 \ EP_ADD_OPTS=1 \ @@ -130,7 +130,7 @@ cd wxPython --rpath=/usr/lib$LIBDIRSUFFIX \ build - python setup.py \ + python2 setup.py \ WXPORT=gtk2 \ UNICODE=1 \ EP_ADD_OPTS=1 \ |