remove x86_64 from SECONDARY_ARCHITECTURES

This commit is contained in:
Jérôme Duval
2014-08-20 22:00:01 +02:00
parent 350d94a237
commit 08b2143412
32 changed files with 32 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
else
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
fi
SECONDARY_ARCHITECTURES="x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
PATCHES="ilmbase-2.1.0.patch"