trunk: webready integration. Add comment to the cygwin path issue being experienced when Jenkins does the build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user