Skip to content

Commit

Permalink
Fix bug that wouldn't show 32 bit binaries on x86 arch .. d'oh!
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Sep 7, 2006
1 parent 5d118e4 commit fa904ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/unix/setup/setup.xml
Expand Up @@ -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">
Expand Down

0 comments on commit fa904ff

Please sign in to comment.