Update arch in misc/setup for ioq3 changing from i386 to x86

This commit is contained in:
Zack Middleton 2017-08-07 05:39:23 -05:00
parent 2955f8dadb
commit 00a5339b27
8 changed files with 14 additions and 14 deletions

View file

@ -38,8 +38,8 @@ export LD_LIBRARY_PATH
archs=`uname -m`
case "$archs" in
i?86) archs=i386 ;;
x86_64) archs="x86_64 i386" ;;
i?86) archs=x86 ;;
x86_64) archs="x86_64 x86" ;;
ppc64) archs="ppc64 ppc" ;;
esac