aboutsummaryrefslogtreecommitdiffstats
path: root/code/splines/q_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/splines/q_shared.h')
-rwxr-xr-xcode/splines/q_shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/code/splines/q_shared.h b/code/splines/q_shared.h
index faaaa22..2fd3f2d 100755
--- a/code/splines/q_shared.h
+++ b/code/splines/q_shared.h
@@ -200,6 +200,8 @@ void Sys_PumpEvents( void );
#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