engine: platform: android: fix compile
This commit is contained in:
parent
7869aac2e5
commit
ebfa8e6ffc
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ void *ANDROID_LoadLibrary( const char *dllname )
|
||||||
}
|
}
|
||||||
else
|
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 );
|
pHandle = dlopen( path, RTLD_LAZY );
|
||||||
if( pHandle )
|
if( pHandle )
|
||||||
return pHandle;
|
return pHandle;
|
||||||
|
|
Loading…
Add table
Reference in a new issue