mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2025-03-14 06:41:57 +00:00
add a CPUSTRING for amd64 linux
This commit is contained in:
parent
b1e04dbac4
commit
9702ea293f
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ static inline float LittleFloat (const float l) { return FloatSwap(&l); }
|
|||
|
||||
#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