Skip to content

Commit

Permalink
Update external libraries inside the chroots
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored Dec 25, 2021
1 parent 65712fa commit 8002f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions create_ubuntu_chroots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ prepare_chroot () {

create_build_scripts () {
sdl2_version="2.0.12"
faudio_version="21.11"
vulkan_headers_version="1.2.199"
vulkan_loader_version="1.2.199"
faudio_version="21.12"
vulkan_headers_version="1.2.203"
vulkan_loader_version="1.2.203"
spirv_headers_version="1.5.4.raytracing.fixed"

cat <<EOF > "${MAINDIR}"/prepare_chroot.sh
Expand Down

0 comments on commit 8002f8c

Please sign in to comment.