build: update the location of gyp
Google moved the repository PR-URL: https://github.com/libuv/libuv/pull/240 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
parent
8ef34592a9
commit
5abb33dd7b
@ -113,8 +113,6 @@ To have GYP generate build script for another system, checkout GYP into the
|
|||||||
project tree manually:
|
project tree manually:
|
||||||
|
|
||||||
$ git clone https://chromium.googlesource.com/external/gyp.git build/gyp
|
$ git clone https://chromium.googlesource.com/external/gyp.git build/gyp
|
||||||
OR
|
|
||||||
$ svn co http://gyp.googlecode.com/svn/trunk build/gyp
|
|
||||||
|
|
||||||
### Unix
|
### Unix
|
||||||
|
|
||||||
|
|||||||
@ -90,8 +90,8 @@ if defined noprojgen goto msbuild
|
|||||||
|
|
||||||
@rem Generate the VS project.
|
@rem Generate the VS project.
|
||||||
if exist build\gyp goto have_gyp
|
if exist build\gyp goto have_gyp
|
||||||
echo git clone https://git.chromium.org/external/gyp.git build/gyp
|
echo git clone https://chromium.googlesource.com/external/gyp build/gyp
|
||||||
git clone https://git.chromium.org/external/gyp.git build/gyp
|
git clone https://chromium.googlesource.com/external/gyp build/gyp
|
||||||
if errorlevel 1 goto gyp_install_failed
|
if errorlevel 1 goto gyp_install_failed
|
||||||
goto have_gyp
|
goto have_gyp
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user