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

@ -24,12 +24,12 @@ ifelse(HAVE_X86_64,yes,dnl
<help>you need the binaries to play the game</help>
</option>
)dnl
ifelse(HAVE_I386,yes,dnl
ifelse(HAVE_X86,yes,dnl
<option install="true" if="|(x86,x86_64)">
ioq3 x86 (32 bit) binaries
<binary libc="any" symlink="ioquake3" icon="quake3.png" name="ioquake3">ioquake3</binary>
<files>
ioquake3.i386.tar
ioquake3.x86.tar
</files>
<help>you need the binaries to play the game</help>
</option>