mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Show properly cpu on 64-bit linux
This commit is contained in:
parent
a05b8cdf02
commit
223673da57
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#if defined(__i386__)
|
||||
#define CPUSTRING "x86"
|
||||
#elif defined(__x86_64__)
|
||||
#define CPUSTRING "x86_86"
|
||||
#define CPUSTRING "x86_64"
|
||||
#else
|
||||
#error unknown CPU
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue