From 5fa690397a254478c07bea44c64dfb29750a5c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 6 Feb 2013 22:57:02 +0100 Subject: [PATCH] win: Avoid using subversion to download gyp --- vcbuild.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcbuild.bat b/vcbuild.bat index 678a9107..5864a3a9 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -71,8 +71,8 @@ if defined noprojgen goto msbuild @rem Generate the VS project. if exist build\gyp goto have_gyp -echo svn co http://gyp.googlecode.com/svn/trunk@983 build/gyp -svn co http://gyp.googlecode.com/svn/trunk@983 build/gyp +echo git clone https://git.chromium.org/external/gyp.git build/gyp +git clone https://git.chromium.org/external/gyp.git build/gyp if errorlevel 1 goto gyp_install_failed goto have_gyp