0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-03-11 17:48:45 +00:00

Merge pull request from ockham/patch-1

README.Linux.md: Add is_component_build flag to v8gen.py command
This commit is contained in:
Stefan Siegl 2017-01-03 12:51:04 +01:00 committed by GitHub
commit 6a53d03d19

@ -55,8 +55,7 @@ git checkout 5.6.326.12
gclient sync
# Setup GN
tools/dev/v8gen.py -vv x64.release
echo is_component_build = true >> out.gn/x64.release/args.gn
tools/dev/v8gen.py -vv x64.release -- is_component_build=true
# Build
ninja -C out.gn/x64.release/