Update build.sh

This commit is contained in:
Alexander David Frick 2022-06-08 01:51:29 -07:00 committed by GitHub
parent c884709a93
commit 7a08afcb80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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