Skip to content

Commit

Permalink
script: update to ndk27 and use sdk 30
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasTheGrandMasterOfMistakes authored Dec 2, 2024
1 parent e479c86 commit 910da82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ deps="meson ninja patchelf unzip curl pip flex bison zip"
workdir="$(pwd)/turnip_workdir"
magiskdir="$workdir/turnip_module"
adrenotoolsdir="$workdir/turnip_adrenotools"
ndkver="android-ndk-r27-beta2"
sdkver="31"
ndkver="android-ndk-r27c"
sdkver="30"
mesasrc="https://gitlab.freedesktop.org/mesa/mesa/-/archive/main/mesa-main.zip"
clear

Expand Down

0 comments on commit 910da82

Please sign in to comment.