Skip to content

Commit

Permalink
Update to GCC 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Sep 2, 2023
1 parent 811ac9f commit 6d3ed0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ for target in "${targets[@]}"; do
if [ "${basename}" == "${soname}" ]; then
continue
fi
echo "'${name} ,${basename}"
echo "'${name} ,${basename} ${soname}"
unlink "${name}"

ln --symbolic "${soname}" "${basename}"
Expand Down

0 comments on commit 6d3ed0b

Please sign in to comment.