build the unicode version too on Panther
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -50,7 +50,10 @@ echo "Invoking wxPythonOSX build script..."
|
|||||||
cd $WXDIR/wxPython
|
cd $WXDIR/wxPython
|
||||||
export TARBALLDIR=$DESTDIR
|
export TARBALLDIR=$DESTDIR
|
||||||
mkdir -p dist
|
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..."
|
echo "Copying installers to $DESTDIR..."
|
||||||
|
Reference in New Issue
Block a user