diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-09-07 14:14:30 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-09-07 14:14:30 +0000 |
commit | b2f2a4ad4238415682e406dda5bedab1d3c84c79 (patch) | |
tree | 0fb9819ad0e36507acf4ee6a14e57c73cb9d4090 | |
parent | f3ce22022a412969f99a0acb53a75ceabe917c53 (diff) | |
download | ioquake3-aero-b2f2a4ad4238415682e406dda5bedab1d3c84c79.tar.gz ioquake3-aero-b2f2a4ad4238415682e406dda5bedab1d3c84c79.zip |
Fix bug that wouldn't show 32 bit binaries on x86 arch .. d'oh!
git-svn-id: svn://svn.icculus.org/quake3/trunk@897 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | code/unix/setup/setup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/setup/setup.xml b/code/unix/setup/setup.xml index 89e355d..53bbb81 100644 --- a/code/unix/setup/setup.xml +++ b/code/unix/setup/setup.xml @@ -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"> |