mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 15:11:29 +00:00
Merge branch 'master' of github.com:RobertBeckebans/RBDOOM-3-BFG
This commit is contained in:
commit
57041299ee
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