Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jan 17, 2025
1 parent 4032b86 commit 143b43f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -8971,8 +8971,10 @@ EOF

run "$UPPM_HOME/installed/gsed/bin/gsed" -i "'s|NDKPKG_CORE_DIR|$NDKPKG_CORE_DIR|'" fonts.conf

run "$UPPM_HOME/installed/curl/bin/curl" -LO 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub' && run chmod +x config.sub
run "$UPPM_HOME/installed/curl/bin/curl" -LO 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess' && run chmod +x config.guess
##################################################################################

#run "$UPPM_HOME/installed/curl/bin/curl" -LO 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub' && run chmod +x config.sub
#run "$UPPM_HOME/installed/curl/bin/curl" -LO 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess' && run chmod +x config.guess

##################################################################################

Expand Down

0 comments on commit 143b43f

Please sign in to comment.