diff options
Diffstat (limited to 'libraries/wxPython')
-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 \ |