mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
fix policy_templates
This commit is contained in:
parent
75fdfa9624
commit
3c7546b010
2 changed files with 3 additions and 3 deletions
2
build.sh
2
build.sh
|
@ -44,7 +44,7 @@ export NINJA_SUMMARIZE_BUILD=1 &&
|
|||
export NINJA_STATUS="[%r processes, %f/%t @ %o/s | %e sec. ] " &&
|
||||
|
||||
cd ${CR_SRC_DIR} &&
|
||||
autoninja -C out/thorium thorium chrome_sandbox chromedriver clear_key_cdm thorium_shell policy_templates pack_policy_templates -j$@ &&
|
||||
autoninja -C out/thorium thorium chrome_sandbox chromedriver clear_key_cdm thorium_shell policy_templates -j$@ &&
|
||||
|
||||
cat ~/thorium/logos/thorium_logo_ascii_art.txt &&
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ buildShell () {
|
|||
export NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
||||
cd ${CR_SRC_DIR} &&
|
||||
autoninja -C out/thorium thorium chromedriver thorium_shell -j$@ &&
|
||||
autoninja -C out/thorium thorium chromedriver thorium_shell policy_templates -j$@ &&
|
||||
|
||||
cat ~/thorium/logos/thorium_logo_ascii_art.txt &&
|
||||
|
||||
|
@ -66,7 +66,7 @@ export NINJA_SUMMARIZE_BUILD=1 &&
|
|||
export NINJA_STATUS="[%r processes, %f/%t @ %o/s | %e sec. ] " &&
|
||||
|
||||
cd ${CR_SRC_DIR} &&
|
||||
autoninja -C out/thorium thorium chromedriver -j$@ &&
|
||||
autoninja -C out/thorium thorium chromedriver policy_templates -j$@ &&
|
||||
|
||||
cat ~/thorium/logos/thorium_logo_ascii_art.txt &&
|
||||
|
||||
|
|
Loading…
Reference in a new issue