Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <[email protected]>
  • Loading branch information
leleliu008 committed Apr 30, 2024
1 parent f6b8a8f commit 258f3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,7 @@ filetype_from_url() {
[ "$PACKAGE_USE_BSYSTEM_AUTOGENSH" = 1 ] && PACKAGE_DEP_UPP="$PACKAGE_DEP_UPP gmake gm4 perl autoconf automake"
[ "$PACKAGE_USE_BSYSTEM_AUTOTOOLS" = 1 ] && PACKAGE_DEP_UPP="$PACKAGE_DEP_UPP gmake gm4 perl autoconf automake"
[ "$PACKAGE_USE_BSYSTEM_CONFIGURE" = 1 ] && PACKAGE_DEP_UPP="$PACKAGE_DEP_UPP gmake"
[ "$PACKAGE_USE_BSYSTEM_MESON" = 1 ] && PACKAGE_DEP_UPP="$PACKAGE_DEP_UPP python3"
[ "$PACKAGE_USE_BSYSTEM_MESON" = 1 ] && PACKAGE_DEP_PYM="$PACKAGE_DEP_PYM meson"
[ "$PACKAGE_USE_BSYSTEM_CMAKE" = 1 ] && PACKAGE_DEP_UPP="$PACKAGE_DEP_UPP cmake"
[ "$PACKAGE_USE_BSYSTEM_GMAKE" = 1 ] && PACKAGE_DEP_UPP="$PACKAGE_DEP_UPP gmake"
Expand Down

0 comments on commit 258f3c6

Please sign in to comment.