Skip to content

Commit

Permalink
Unify toolchain suffix separator with the rest of the name
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jul 18, 2021
1 parent c2f908a commit dec8b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ if [ "$(type -t package)" = "function" ]; then
if [ "${#TOOLCHAINS[@]}" -eq 1 ]; then
name="${rtarget}"
else
name="${toolchain}_${rtarget}"
name="${toolchain}-${rtarget}"
fi
package "UDK/Build/${RELPKG}/${rtarget}_${toolchain}/${ARCHS[0]}" "${name}" "${HASH}" || exit 1
if [ "$NO_ARCHIVES" != "1" ]; then
Expand Down

0 comments on commit dec8b1f

Please sign in to comment.