X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/134d79dca7cb7b737e22e03efe0ca553803b34eb..cfe17b74353dcf5ed47c1449e6e415aeb0f1c295:/utils/wxPython/buildall?ds=inline diff --git a/utils/wxPython/buildall b/utils/wxPython/buildall index 56830c495c..26870e3f48 100755 --- a/utils/wxPython/buildall +++ b/utils/wxPython/buildall @@ -1,11 +1,11 @@ #!/bin/bash cd src -build $* +python ../distrib/build.py $* if [ "$?" != "0" ]; then exit 1 fi cd ../modules -buildall.py $* +python buildall.py $* cd ..