ioquake3 calls this arch "x86" and not "i386".

This commit is contained in:
Ryan C. Gordon 2017-06-01 13:00:37 -04:00
parent a69020b217
commit b6a83a1494
1 changed files with 1 additions and 1 deletions

View File

@ -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