Update build.sh

This commit is contained in:
Alexander David Frick 2022-05-25 14:39:11 -05:00 committed by GitHub
parent 1ed9911a4f
commit 44a1e7ab55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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