Fix visualboyadvance-1.8.recipe

This commit is contained in:
Jonathan Schleifer
2014-02-19 16:24:40 +01:00
parent a49dcf7b88
commit 014176eabb

View File

@@ -9,7 +9,7 @@ LICENSE="GNU GPL v2"
COPYRIGHT="2002-2004 Forgotten"
ARCHITECTURES="x86 ?x86_64"
if [ $effectiveArchitecture != x86_gcc2 ]; then
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
fi
SECONDARY_ARCHITECTURES="x86 ?x86_64"