14 lines
885 B
Diff
14 lines
885 B
Diff
Index: ogre-1.9.0/OgreMain/include/OgrePlatform.h
|
|
===================================================================
|
|
--- ogre-1.9.0.orig/OgreMain/include/OgrePlatform.h
|
|
+++ ogre-1.9.0/OgreMain/include/OgrePlatform.h
|
|
@@ -166,7 +166,7 @@ namespace Ogre {
|
|
#endif
|
|
|
|
/* Find the arch type */
|
|
-#if defined(__x86_64__) || defined(_M_X64) || defined(__powerpc64__) || defined(__alpha__) || defined(__ia64__) || defined(__s390__) || defined(__s390x__) || defined(__arm64__) || defined(_aarch64_) || defined(__mips64) || defined(__mips64_)
|
|
+#if defined(__x86_64__) || defined(_M_X64) || defined(__powerpc64__) || defined(__alpha__) || defined(__ia64__) || defined(__s390__) || defined(__s390x__) || defined(__arm64__) || defined(__aarch64__) || defined(__mips64) || defined(__mips64_)
|
|
# define OGRE_ARCH_TYPE OGRE_ARCHITECTURE_64
|
|
#else
|
|
# define OGRE_ARCH_TYPE OGRE_ARCHITECTURE_32
|