Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Aug 9, 2024
1 parent 9bfab27 commit 7e681ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -3477,13 +3477,13 @@ EOF
MESON_SETUP_ARGS="$MESON_SETUP_ARGS --prefer-static"
fi

MESON_COMPILE_ARGS="-C $PACKAGE_BCACHED_DIR -j $BUILD_NJOBS"
MESON_INSTALL_ARGS="-C $PACKAGE_BCACHED_DIR"

if [ "$VERBOSE_MESON" = 1 ] ; then
MESON_COMPILE_ARGS="$MESON_COMPILE_ARGS -v"
fi

MESON_COMPILE_ARGS="-C $PACKAGE_BCACHED_DIR -j $BUILD_NJOBS"
MESON_INSTALL_ARGS="-C $PACKAGE_BCACHED_DIR"

run "$MESON" setup "$MESON_SETUP_ARGS" "$@" "$PACKAGE_BCACHED_DIR" "$PACKAGE_BSCRIPT_DIR" &&
run "$MESON" compile "$MESON_COMPILE_ARGS" &&
run "$MESON" install "$MESON_INSTALL_ARGS"
Expand Down

0 comments on commit 7e681ed

Please sign in to comment.