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

This commit is contained in:
Robin Mills
2014-12-28 17:15:25 +00:00
parent 4158cf32db
commit 2de3f4250e
+1
View File
@@ -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