Skip to content

Commit

Permalink
Changed pkg up to pkg upgrade
Browse files Browse the repository at this point in the history
`up` not supported anymore.
  • Loading branch information
T-3B authored Oct 5, 2022
1 parent 6118ae3 commit c961a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ aomCompile() {

termux-wake-lock
flags="-O3 -flto" #meson does not support -static in cflags/cppflags
pkg up -y &> /dev/null
pkg upgrade -y &> /dev/null
pkg i -y perl cmake doxygen yasm ndk-multilib git wget &> /dev/null

echo -n "Building CPU-Features..."
Expand Down

0 comments on commit c961a5e

Please sign in to comment.