defaults: disable INTERNAL_GAMELIBS for Android

This commit is contained in:
Alibek Omarov
2025-07-31 02:34:12 +05:00
committed by a1batross
parent 6aecc45ce1
commit bf7f952d0e

View File

@@ -168,11 +168,11 @@ Default build-depended cvar and constant values
#define DEFAULT_M_IGNORE "1"
#endif // !XASH_MOBILE_PLATFORM && !XASH_NSWITCH
#if (XASH_ANDROID && !XASH_TERMUX) || XASH_IOS
#if XASH_IOS
// this means that libraries are provided with engine, but not in game data
// You need add library loading code to library.c when adding new platform
#define XASH_INTERNAL_GAMELIBS
#endif // XASH_ANDROID || XASH_IOS || XASH_EMSCRIPTEN
#endif // XASH_IOS
// Defaults
#ifndef DEFAULT_TOUCH_ENABLE