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

@ -46,8 +46,8 @@ archs=()
for arch in $topdir/build/release-*; do
arch=${arch##*-}
case "$arch" in
i386) echo "define(HAVE_I386,yes)dnl" >> defines.m4
copystartscript x86
x86) echo "define(HAVE_X86,yes)dnl" >> defines.m4
copystartscript $arch
;;
x86_64) echo "define(HAVE_X86_64,yes)dnl" >> defines.m4
copystartscript $arch