mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-10 07:11:42 +00:00
add a CPUSTRING for amd64 linux
This commit is contained in:
parent
d9628b4015
commit
5f08a518e2
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,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