mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update build.sh
This commit is contained in:
parent
1ed9911a4f
commit
44a1e7ab55
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -19,10 +19,10 @@ case $1 in
|
|||
esac
|
||||
|
||||
printf "\n" &&
|
||||
printf "${YEL}Building Thorium...\n" &&
|
||||
printf "${YEL}Building Thorium for Linux...\n" &&
|
||||
printf "\n" &&
|
||||
tput sgr0 &&
|
||||
|
||||
export NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
||||
./infra/autoninja -C ~/chromium/src/out/thorium chrome chrome_sandbox chromedriver content_shell -j$@
|
||||
./infra/autoninja -C ~/chromium/src/out/thorium chrome chrome_sandbox chromedriver thorium_shell -j$@
|
||||
|
|
Loading…
Reference in a new issue