]> git.saurik.com Git - wxWidgets.git/commitdiff
build the unicode version too on Panther
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 03:07:31 +0000 (03:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 03:07:31 +0000 (03:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/build-osx

index 932ca40c11382f8870d51295625e6c9c59fb24d7..91e56e72ebad4ba8c4cdbcf7ba3165613edae9e4 100755 (executable)
@@ -50,7 +50,10 @@ echo "Invoking wxPythonOSX build script..."
 cd $WXDIR/wxPython
 export TARBALLDIR=$DESTDIR
 mkdir -p dist
-distrib/mac/wxPythonOSX/build $KIND inplace skipclean
+if [ $KIND = panther ]; then
+    distrib/mac/wxPythonOSX/build $KIND inplace unicode
+fi
+distrib/mac/wxPythonOSX/build $KIND inplace 
 
 
 echo "Copying installers to $DESTDIR..."