engine: disable Android-specific library loader under Termux

This commit is contained in:
Alibek Omarov
2025-04-24 21:46:43 +03:00
parent 60fa855d47
commit 5aca143eba
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -17,7 +17,10 @@ GNU General Public License for more details.
#ifndef ANDROID_LIB_H
#define ANDROID_LIB_H
#if !XASH_TERMUX
#define Platform_POSIX_LoadLibrary( x ) ANDROID_LoadLibrary(( x ))
#endif // !XASH_TERMUX
#define Platform_POSIX_GetProcAddress( x, y ) ANDROID_GetProcAddress(( x ), ( y ))
void *ANDROID_LoadLibrary( const char *dllname );