X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d23c9b7d9977707bfe9d83d1b30cb5147126b3c..82a234fbff7fbc174c9459980995b73f37087992:/distrib/scripts/mac/macbuild diff --git a/distrib/scripts/mac/macbuild b/distrib/scripts/mac/macbuild index 91d32cf02c..0f9e0d41c4 100755 --- a/distrib/scripts/mac/macbuild +++ b/distrib/scripts/mac/macbuild @@ -1,6 +1,6 @@ #!/bin/sh -# you need to change this if you run from outside this dir. +# you need to change this if you run from outside this dir. if [ "$WXROOT" = "" ]; then WXROOT=../../.. fi @@ -20,10 +20,4 @@ do_build make prefix=$INSTALLDIR install -if [ "$WXPYTHON" == "1" ]; then - make -C contrib/src/animate prefix=$INSTALLDIR install - make -C contrib/src/gizmos prefix=$INSTALLDIR install - make -C contrib/src/stc prefix=$INSTALLDIR install -fi - -cd $OLDDIR \ No newline at end of file +cd $OLDDIR