mpv: fix unnoticed typo introduced in #2522. No need to revbump.

This commit is contained in:
fbrosson
2018-05-08 15:52:20 +00:00
parent af4862bd1f
commit 00f0f45470

View File

@@ -19,7 +19,7 @@ SECONDARY_ARCHITECTURES="x86"
commandSuffix=$secondaryArchSuffix
commandBinDir=$binDir
if [ -n "$secondaryArchSuffix" ]; then
if [ "$targetArchitecture" = x86_gcc2 ]; then
commandSuffix=
commandBinDir=$prefix/bin
fi