Update arch in misc/setup for ioq3 changing from i386 to x86
This commit is contained in:
parent
2955f8dadb
commit
00a5339b27
8 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue