mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-31 13:20:34 +00:00
Added ia64 to the ARCH define
This commit is contained in:
parent
dc0f2ec779
commit
df4c4dd9dd
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@
|
|||
#define ARCH "amd64"
|
||||
#elif defined(__sparc__)
|
||||
#define ARCH "sparc64"
|
||||
#elif defined(__ia64__)
|
||||
#define ARCH "ia64"
|
||||
#else
|
||||
#define ARCH "unknown"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue