mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 07:37:52 +00:00
engine: platform: android: fix compile
This commit is contained in:
parent
7869aac2e5
commit
ebfa8e6ffc
@ -51,7 +51,7 @@ void *ANDROID_LoadLibrary( const char *dllname )
|
||||
}
|
||||
else
|
||||
{
|
||||
Q_snprintf( path, MAX_SYSPATH, "lib%s"POSTFIX"."OS_LIB_EXT, dllname );
|
||||
Q_snprintf( path, MAX_SYSPATH, "lib%s."OS_LIB_EXT, dllname );
|
||||
pHandle = dlopen( path, RTLD_LAZY );
|
||||
if( pHandle )
|
||||
return pHandle;
|
||||
|
Loading…
Reference in New Issue
Block a user