0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 00:25:18 +00:00

README.Linux.md: Add is_component_build flag to v8gen.py command

Previously, it was appended using `echo >>`. However, that wasn't picked up by `ninja` since it would've required an intermediary `gn gen out.gn/x64.release` step. By passing the additional build flag directly to `v8gen.py`, we ensure that `ninja` picks it up.
This commit is contained in:
Bernie Reiter 2016-12-30 23:10:10 +01:00 committed by GitHub
parent d65750b5bd
commit 2ab2549d02

View File

@ -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/