소스 검색

Merge pull request #280 from ockham/patch-1

README.Linux.md: Add is_component_build flag to v8gen.py command
Stefan Siegl 8 년 전
부모
커밋
6a53d03d19
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      README.Linux.md

+ 1 - 2
README.Linux.md

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