Skip to content

Commit

Permalink
Update turnip_builder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Mar 26, 2024
1 parent 36b8d00 commit 2611b47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ cp "$workdir"/mesa-LTS-Freedreno/build-quest-release/src/freedreno/vulkan/libvul
cd "$workdir"


echo "Using patchelf to fix libz.so.1 -> libz.so..." $'\n'
patchelf --replace-needed libz.so.1 libz.so "$workdir"/libvulkan_freedreno.so


if ! [ -a libvulkan_freedreno.so ]; then
echo -e "$red Build failed! $nocolor" && exit 1
fi
Expand Down

0 comments on commit 2611b47

Please sign in to comment.