Be able to build with Pythons other than the System version.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,7 +20,7 @@ set -o errexit
|
|||||||
echo "-=-=-=- Hello from $HOSTNAME -=-=-=-"
|
echo "-=-=-=- Hello from $HOSTNAME -=-=-=-"
|
||||||
|
|
||||||
if [ $# -lt 6 ]; then
|
if [ $# -lt 6 ]; then
|
||||||
echo "Usage: $0 WXDIR DESTDIR SKIPCLEAN VERSION KIND PYVER..."
|
echo "Usage: $0 WXDIR DESTDIR SKIPCLEAN VERSION KIND PYVER"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -29,8 +29,7 @@ DESTDIR=$2
|
|||||||
SKIPCLEAN=$3
|
SKIPCLEAN=$3
|
||||||
VERSION=$4
|
VERSION=$4
|
||||||
KIND=$5
|
KIND=$5
|
||||||
shift;shift;shift;shift;shift
|
PYVER=$6
|
||||||
PYVER=$@
|
|
||||||
|
|
||||||
|
|
||||||
#export PATH=/sw/bin:/usr/local/bin:$PATH
|
#export PATH=/sw/bin:/usr/local/bin:$PATH
|
||||||
@@ -51,9 +50,9 @@ cd $WXDIR/wxPython
|
|||||||
export TARBALLDIR=$DESTDIR
|
export TARBALLDIR=$DESTDIR
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
if [ $KIND = panther ]; then
|
if [ $KIND = panther ]; then
|
||||||
distrib/mac/wxPythonOSX/build $KIND inplace unicode
|
distrib/mac/wxPythonOSX/build $PYVER $KIND inplace unicode
|
||||||
fi
|
fi
|
||||||
distrib/mac/wxPythonOSX/build $KIND inplace
|
distrib/mac/wxPythonOSX/build $PYVER $KIND inplace
|
||||||
|
|
||||||
|
|
||||||
echo "Copying installers to $DESTDIR..."
|
echo "Copying installers to $DESTDIR..."
|
||||||
|
Reference in New Issue
Block a user