mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 15:21:44 +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"
|
#define ARCH "amd64"
|
||||||
#elif defined(__sparc__)
|
#elif defined(__sparc__)
|
||||||
#define ARCH "sparc64"
|
#define ARCH "sparc64"
|
||||||
|
#elif defined(__ia64__)
|
||||||
|
#define ARCH "ia64"
|
||||||
#else
|
#else
|
||||||
#define ARCH "unknown"
|
#define ARCH "unknown"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue