mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-10 07:11:44 +00:00
add a CPUSTRING for amd64 linux
This commit is contained in:
parent
eaad5df3d1
commit
0833f632ad
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ void Sys_PumpEvents( void );
|
|||
|
||||
#ifdef __i386__
|
||||
#define CPUSTRING "linux-i386"
|
||||
#elif defined(__amd64__) || defined(__x86_64__)
|
||||
#define CPUSTRING "linux-amd64"
|
||||
#elif defined __axp__
|
||||
#define CPUSTRING "linux-alpha"
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue