]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/buildall
fixing distrib script
[wxWidgets.git] / utils / wxPython / buildall
index 56830c495cbfec02dfed4c3c5c6bca9a90a56625..26870e3f482527b605c442f40c96751c04218420 100755 (executable)
@@ -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 ..