build: update the location of gyp
Google moved the repository
Cherry-picked from v1.x (5abb33d)
PR-URL: https://github.com/libuv/libuv/pull/240
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
parent
84fe1e744a
commit
b52d74e21b
@ -81,13 +81,7 @@ To have GYP generate build script for another system, make sure that
|
|||||||
you have Python 2.6 or 2.7 installed, then checkout GYP into the
|
you have Python 2.6 or 2.7 installed, then checkout GYP into the
|
||||||
project tree manually:
|
project tree manually:
|
||||||
|
|
||||||
mkdir -p build
|
git clone https://chromium.googlesource.com/external/gyp.git build/gyp
|
||||||
svn co http://gyp.googlecode.com/svn/trunk build/gyp
|
|
||||||
|
|
||||||
Or:
|
|
||||||
|
|
||||||
mkdir -p build
|
|
||||||
git clone https://git.chromium.org/external/gyp.git build/gyp
|
|
||||||
|
|
||||||
Unix users run
|
Unix users run
|
||||||
|
|
||||||
|
|||||||
@ -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