mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update build.bat
This commit is contained in:
parent
e4995b271b
commit
9cc4e87cd0
1 changed files with 4 additions and 0 deletions
|
@ -3,8 +3,12 @@
|
|||
|
||||
cd C:\src\chromium\src\ &&
|
||||
|
||||
echo "Setting NINJA_SUMMARIZE_BUILD=1" &&
|
||||
|
||||
set NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
||||
echo "Building Thorium..." &&
|
||||
|
||||
autoninja -C out\thorium chrome chromedriver content_shell setup mini_installer views_examples_with_content -j 8
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue