engine: port: disable ARCH_SUFFIX set to "64" for 64-bit platforms, it would replaced with new library naming scheme in near future

This commit is contained in:
Alibek Omarov 2019-05-29 19:53:48 +03:00 committed by GitHub
parent 90ff7f24b3
commit 4000654deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -21,11 +21,11 @@ GNU General Public License for more details.
#define XASH_64BIT
#endif
#ifdef XASH_64BIT
#define ARCH_SUFFIX "64"
#else
// #ifdef XASH_64BIT
// #define ARCH_SUFFIX "64"
// #else
#define ARCH_SUFFIX
#endif
// #endif
#if defined(__ANDROID__) || TARGET_OS_IOS
#define XASH_MOBILE_PLATFORM