trunk: webready integration. Add comment to the cygwin path issue being experienced when Jenkins does the build.

v0.27.3
Robin Mills 11 years ago
parent 4158cf32db
commit 2de3f4250e

@ -71,6 +71,7 @@ if [ `uname` == Darwin ]; then
PLATFORM=macosx
elif [ `uname -o` == Cygwin ]; then
PLATFORM=cygwin
# tweak path to ensure the correct version of perl and expr for autotools
export "PATH=/bin:$PATH"
elif [ `uname -o` == Msys ]; then
PLATFORM=mingw

Loading…
Cancel
Save