mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 15:21:35 +00:00
Fix bug that wouldn't show 32 bit binaries on x86 arch .. d'oh!
This commit is contained in:
parent
5d118e434f
commit
fa904ff235
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
</component>
|
||||
|
||||
<component if="|(x86,x86_64)" name="i386" version="@VERSION@">
|
||||
<option arch="x86_64" install="true">
|
||||
<option arch="any" install="true">
|
||||
32 bit binaries
|
||||
<binary arch="any" libc="any" symlink="ioquake3" icon="quake3.png"
|
||||
menu="." name="ioquake3">
|
||||
|
|
Loading…
Reference in a new issue