diff --git a/build.sh b/build.sh index 63e2ea859..29f551074 100755 --- a/build.sh +++ b/build.sh @@ -54,6 +54,9 @@ export CLASSPATH if [ "$REALANTHOME" != "" ] ; then + if $cygwin; then + REALANTHOME=`cygpath --path --windows "$REALANTHOME"` + fi ANT_INSTALL="-Dant.install=$REALANTHOME" else ANT_INSTALL="-emacs"