Moving the 2.6 branch change in how SWIG is found to CVS HEAD now that Robin's build system uses it too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,8 +1,15 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
|
# To Robin: I tried to avoid making any changes to the existing
|
||||||
|
# build scripts, but my env requires me to specify Windows paths...
|
||||||
|
# if this breaks something at your end, let me know and we can
|
||||||
|
# figure out some solution for both of us.
|
||||||
|
if [ "$SWIGDIR" = "" ]; then
|
||||||
|
SWIGDIR=$PROJECTS\\SWIG-cvs
|
||||||
|
fi
|
||||||
|
|
||||||
FLAGS="USE_SWIG=1 SWIG=$PROJECTS/SWIG-cvs/swig.exe"
|
FLAGS="USE_SWIG=1 SWIG=$SWIGDIR\\swig.exe"
|
||||||
|
|
||||||
# Use non-default python?
|
# Use non-default python?
|
||||||
case $1 in
|
case $1 in
|
||||||
|
Reference in New Issue
Block a user