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() {
7
7
echo -e ' \033]2;' " compiling toolchain for $JSC_ARCH $FLAVOR " ' \007'
8
8
printf " \n\n\n\t\t=================== compiling toolchain for $JSC_ARCH $FLAVOR ===================\n\n\n"
9
9
$SCRIPT_DIR /toolchain.sh
10
+
10
11
echo -e ' \033]2;' " compiling icu for $JSC_ARCH $FLAVOR " ' \007'
11
12
printf " \n\n\n\t\t=================== compiling icu for $JSC_ARCH $FLAVOR ===================\n\n\n"
12
13
$SCRIPT_DIR /icu.sh
14
+
13
15
echo -e ' \033]2;' " compiling jsc for $JSC_ARCH $FLAVOR " ' \007'
14
16
printf " \n\n\n\t\t=================== compiling jsc for $JSC_ARCH $FLAVOR ===================\n\n\n"
15
17
$SCRIPT_DIR /jsc.sh
18
+
16
19
echo " -= Finished compiling for $JSC_ARCH $FLAVOR =-"
17
20
}
18
21
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ prep() {
49
49
}
50
50
51
51
compile () {
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"
53
53
rm -rf $ROOTDIR /build/compiled
54
54
$ROOTDIR /scripts/compile/all.sh
55
55
}
You can’t perform that action at this time.
0 commit comments