mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
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:
parent
90ff7f24b3
commit
4000654deb
@ -21,11 +21,11 @@ GNU General Public License for more details.
|
|||||||
#define XASH_64BIT
|
#define XASH_64BIT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XASH_64BIT
|
// #ifdef XASH_64BIT
|
||||||
#define ARCH_SUFFIX "64"
|
// #define ARCH_SUFFIX "64"
|
||||||
#else
|
// #else
|
||||||
#define ARCH_SUFFIX
|
#define ARCH_SUFFIX
|
||||||
#endif
|
// #endif
|
||||||
|
|
||||||
#if defined(__ANDROID__) || TARGET_OS_IOS
|
#if defined(__ANDROID__) || TARGET_OS_IOS
|
||||||
#define XASH_MOBILE_PLATFORM
|
#define XASH_MOBILE_PLATFORM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user