From f35732e9549642d31e7bb300fb6ec26d50cc8749 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 22 Oct 2004 03:07:31 +0000 Subject: [PATCH] build the unicode version too on Panther git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-osx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxPython/distrib/all/build-osx b/wxPython/distrib/all/build-osx index 932ca40c11..91e56e72eb 100755 --- a/wxPython/distrib/all/build-osx +++ b/wxPython/distrib/all/build-osx @@ -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..."