M118 pre-stage

This commit is contained in:
Alexander Frick 2023-10-21 02:10:40 -05:00
parent 602d230936
commit 007bf6f0d5
2 changed files with 2 additions and 3 deletions

View File

@ -44,8 +44,7 @@ printf "${CYA}\n" &&
cr_build_jobs="$2"
export cr_build_jobs
buildARM32 () {
# Build Thorium for ARM32 and System WebView
# Build Thorium and System WebView
export NINJA_SUMMARIZE_BUILD=1 &&
export NINJA_STATUS="[%r processes, %f/%t @ %o/s | %e sec. ] " &&

View File

@ -36,7 +36,7 @@ else
export CR_SRC_DIR
fi
THOR_VER="117.0.5938.157"
THOR_VER="118.0.5993.96"
export THOR_VER &&