fix policy_templates

This commit is contained in:
Alexander Frick 2024-04-18 20:18:45 -05:00
parent 75fdfa9624
commit 3c7546b010
2 changed files with 3 additions and 3 deletions

View file

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

View file

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