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 Mar 20, 2022
1 parent 94ab327 commit 2873622
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions create_ubuntu_chroots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ prepare_chroot () {

create_build_scripts () {
sdl2_version="2.0.20"
faudio_version="21.12"
vulkan_headers_version="1.3.205"
vulkan_loader_version="1.3.205"
spirv_headers_version="1.5.4.raytracing.fixed"
faudio_version="22.03"
vulkan_headers_version="1.3.208"
vulkan_loader_version="1.3.208"
spirv_headers_version="sdk-1.3.204.1"

cat <<EOF > "${MAINDIR}"/prepare_chroot.sh
#!/bin/bash
Expand Down

0 comments on commit 2873622

Please sign in to comment.