Skip to content

Commit 0e2af00

Browse files
committed
update script
1 parent d720ab8 commit 0e2af00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/compile/all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ compile_arch() {
1111
printf "\n\n\n\t\t=================== compiling icu for $JSC_ARCH $FLAVOR ===================\n\n\n"
1212
$SCRIPT_DIR/icu.sh
1313
echo -e '\033]2;'"compiling jsc for $JSC_ARCH $FLAVOR"'\007'
14-
printf "\n\n\n\t\t=================== compiling jsc for $JSC_ARCH $FLAVOR ===================n\n\n"
14+
printf "\n\n\n\t\t=================== compiling jsc for $JSC_ARCH $FLAVOR ===================\n\n\n"
1515
$SCRIPT_DIR/jsc.sh
16+
echo "-= Finished compiling for $JSC_ARCH $FLAVOR =-"
1617
}
1718

1819
compile() {

0 commit comments

Comments
 (0)