Author: jfrederic.clere(a)jboss.com
Date: 2013-01-15 09:51:59 -0500 (Tue, 15 Jan 2013)
New Revision: 3012
Modified:
trunk/build/unix/build.sh
Log:
Try to use the cygwin perl instead the windoze one.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2013-01-15 13:57:03 UTC (rev 3011)
+++ trunk/build/unix/build.sh 2013-01-15 14:51:59 UTC (rev 3012)
@@ -724,7 +724,8 @@
# openssl 1.0.x uses do_nasm, not do_masm :D
ms/do_nasm.bat
nmake -f ms/nt.mak
- nmake -f ms/nt.mak install
+ CPERL=``cygpath -w /usr/bin/perl`
+ nmake -f ms/nt.mak install PERL="$CPERL"
exit 1
;;
windows-x64|windows-amd64)
Show replies by date