mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
ioquake3 calls this arch "x86" and not "i386".
This commit is contained in:
parent
a69020b217
commit
b6a83a1494
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ is licensed until the GPLv2. Do not mingle code, please!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __i386__
|
#ifdef __i386__
|
||||||
#define AUTOUPDATE_ARCH "i386"
|
#define AUTOUPDATE_ARCH "x86"
|
||||||
#elif defined(__x86_64__)
|
#elif defined(__x86_64__)
|
||||||
#define AUTOUPDATE_ARCH "x86-64"
|
#define AUTOUPDATE_ARCH "x86-64"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue