Skip to content

Commit

Permalink
Change parameter SDK version to 33, to allow VK_KHR_dynamic_rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Sep 17, 2023
1 parent 5c79351 commit 9609d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ EOF


echo "Generating build files ..." $'\n'
meson build-android-aarch64 --cross-file "$workdir"/mesa-main/android-aarch64 -Dbuildtype=release -Dplatforms=android -Dplatform-sdk-version=31 -Dandroid-stub=true -Dgallium-drivers= -Dvulkan-drivers=freedreno -Dfreedreno-kmds=kgsl -Db_lto=true &> "$workdir"/meson_log
meson build-android-aarch64 --cross-file "$workdir"/mesa-main/android-aarch64 -Dbuildtype=release -Dplatforms=android -Dplatform-sdk-version=33 -Dandroid-stub=true -Dgallium-drivers= -Dvulkan-drivers=freedreno -Dfreedreno-kmds=kgsl -Db_lto=true &> "$workdir"/meson_log



Expand Down

0 comments on commit 9609d71

Please sign in to comment.