trunk: webready integration. Another attempt to get jenkins_build.sh to run correctly on cygwin.

This commit is contained in:
Robin Mills 2014-12-28 16:53:28 +00:00
parent 484caae922
commit b726b67f0b

View File

@ -77,10 +77,6 @@ else
PLATFORM=linux
fi
##
# the cygwin version of perl does not seem to work correctly with autotools!
if [ $PLATFORM == cygwin ]; then export "PATH=/c/Perl64/bin:$PATH" ; fi
##
# set up some defaults (used when running this script from the terminal)
echo "1 target = $target platform = $PLATFORM WORKSPACE = $WORKSPACE"