mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update build_mac.sh
This commit is contained in:
parent
b987aaf4ae
commit
9e7476cd01
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ printf "${GRE}\n" &&
|
|||
# Build Thorium
|
||||
export NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
||||
depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chromedriver -j$@ &&
|
||||
./depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chromedriver -j$@ &&
|
||||
|
||||
printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can now run ./build_dmg.sh\n" &&
|
||||
tput sgr0
|
||||
|
|
Loading…
Reference in a new issue