]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/mac/macbuild
wxCairoContext doesn't need to know about wxPizza
[wxWidgets.git] / distrib / scripts / mac / macbuild
index 2dc554d4a88349b389ebf47e9ef1bfe7e8e57d57..0f9e0d41c4686dfb1aca53ab11c7025609f0a235 100755 (executable)
@@ -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,9 +20,4 @@ do_build
 
 make prefix=$INSTALLDIR install
 
-if [ "$WXPYTHON" == "1" ]; then
-  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