Skip to content

Commit fb3b695

Browse files
fervifervi
authored andcommitted
Fix build.sh - Fix tabs
1 parent b03ce66 commit fb3b695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tur-on-device/efl/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ termux_step_pre_configure() {
2121
}
2222

2323
termux_step_configure() {
24-
termux_setup_meson
25-
$TERMUX_MESON build --prefix $TERMUX_PREFIX $TERMUX_PKG_EXTRA_CONFIGURE_ARGS
24+
termux_setup_meson
25+
$TERMUX_MESON build --prefix $TERMUX_PREFIX $TERMUX_PKG_EXTRA_CONFIGURE_ARGS
2626
}
2727

2828
termux_step_make() {
29-
termux_setup_ninja
29+
termux_setup_ninja
3030
cd build
3131
ninja \
3232
-j ${TERMUX_PKG_MAKE_PROCESSES} \

0 commit comments

Comments
 (0)