mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 06:02:10 +08:00
engine: disable Android-specific library loader under Termux
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user