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
c884709a93
commit
7a08afcb80
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -33,7 +33,7 @@ printf "${GRE}\n" &&
|
|||
# Build Thorium
|
||||
export NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
||||
./infra/autoninja -C ~/chromium/src/out/thorium chrome chrome_sandbox chromedriver thorium_shell -j$@ &&
|
||||
./depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chrome_sandbox chromedriver thorium_shell -j$@ &&
|
||||
|
||||
printf "${GRE}Build Completed.\n" &&
|
||||
tput sgr0
|
||||
|
|
Loading…
Reference in a new issue