aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/q_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/q_shared.h')
-rwxr-xr-xcode/game/q_shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/code/game/q_shared.h b/code/game/q_shared.h
index 1cae4b2..c440c3d 100755
--- a/code/game/q_shared.h
+++ b/code/game/q_shared.h
@@ -254,6 +254,8 @@ static inline float LittleFloat (const float l) { return FloatSwap(&l); }
#define CPUSTRING "linux-i386"
#elif defined __axp__
#define CPUSTRING "linux-alpha"
+#elif defined __x86_64__
+#define CPUSTRING "linux-x86_64"
#else
#define CPUSTRING "linux-other"
#endif