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 1, 2024
1 parent 4e8ee68 commit 788cb8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ 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 788cb8c

Please sign in to comment.