Commit 9b7ac737 authored by Marcin Kaszynski's avatar Marcin Kaszynski

Clone the whole gyp repo so that the frozen version is available.

parent 793736ee
...@@ -12,7 +12,7 @@ clean: ...@@ -12,7 +12,7 @@ clean:
# rule to lazily clone gyp # rule to lazily clone gyp
# freeze gyp at the last version with android support # freeze gyp at the last version with android support
./deps/gyp: ./deps/gyp:
git clone --depth 1 https://chromium.googlesource.com/external/gyp.git ./deps/gyp git clone https://chromium.googlesource.com/external/gyp.git ./deps/gyp
cd deps/gyp && git checkout -q 0bb67471bca068996e15b56738fa4824dfa19de0 cd deps/gyp && git checkout -q 0bb67471bca068996e15b56738fa4824dfa19de0
# we specify a root target for android to prevent all of the targets from spidering out # we specify a root target for android to prevent all of the targets from spidering out
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment