File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,15 @@ compile_arch() {
77 echo -e ' \033]2;' " compiling toolchain for $JSC_ARCH $FLAVOR " ' \007'
88 printf " \n\n\n\t\t=================== compiling toolchain for $JSC_ARCH $FLAVOR ===================\n\n\n"
99 $SCRIPT_DIR /toolchain.sh
10+
1011 echo -e ' \033]2;' " compiling icu for $JSC_ARCH $FLAVOR " ' \007'
1112 printf " \n\n\n\t\t=================== compiling icu for $JSC_ARCH $FLAVOR ===================\n\n\n"
1213 $SCRIPT_DIR /icu.sh
14+
1315 echo -e ' \033]2;' " compiling jsc for $JSC_ARCH $FLAVOR " ' \007'
1416 printf " \n\n\n\t\t=================== compiling jsc for $JSC_ARCH $FLAVOR ===================\n\n\n"
1517 $SCRIPT_DIR /jsc.sh
18+
1619 echo " -= Finished compiling for $JSC_ARCH $FLAVOR =-"
1720}
1821
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ prep() {
4949}
5050
5151compile () {
52- printf " \n\n\t\t===================== compile jsc =====================\n\n"
52+ printf " \n\n\t\t===================== starting to compile all archs for i18n= " ${I18N} " =====================\n\n"
5353 rm -rf $ROOTDIR /build/compiled
5454 $ROOTDIR /scripts/compile/all.sh
5555}
You can’t perform that action at this time.
0 commit comments