We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d720ab8 commit 0e2af00Copy full SHA for 0e2af00
scripts/compile/all.sh
@@ -11,8 +11,9 @@ compile_arch() {
11
printf "\n\n\n\t\t=================== compiling icu for $JSC_ARCH $FLAVOR ===================\n\n\n"
12
$SCRIPT_DIR/icu.sh
13
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"
+ printf "\n\n\n\t\t=================== compiling jsc for $JSC_ARCH $FLAVOR ===================\n\n\n"
15
$SCRIPT_DIR/jsc.sh
16
+ echo "-= Finished compiling for $JSC_ARCH $FLAVOR =-"
17
}
18
19
compile() {
0 commit comments