mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 04:05:11 +08:00
Fix wrong function name and macro on ARM target
This commit is contained in:
@@ -118,7 +118,7 @@ static Elf_Sym* dlsym_handle_lookup( soinfo* si, const char* name )
|
||||
{
|
||||
return soinfo_elf_lookup( si, elfhash( name ), name );
|
||||
}
|
||||
|
||||
#define XASH_ANDROID 1
|
||||
#include "lib_android.h"
|
||||
|
||||
static int dladdr_fallback( const void *addr, Dl_info *info )
|
||||
|
||||
Reference in New Issue
Block a user