Check arm64 too
Change-Id: I51f89eb05f7844a7b0a99eab1587bbe333b96b09
This commit is contained in:
parent
ef5e3bfc71
commit
932804559e
@ -158,7 +158,7 @@ static void *lok_dlopen( const char *install_path, char ** _imp_lib )
|
|||||||
|
|
||||||
*_imp_lib = NULL;
|
*_imp_lib = NULL;
|
||||||
|
|
||||||
#if !(defined(__APPLE__) && defined(__arm__))
|
#if !(defined(__APPLE__) && (defined(__arm__) || defined(__arm64__)))
|
||||||
size_t partial_length;
|
size_t partial_length;
|
||||||
|
|
||||||
if (!install_path)
|
if (!install_path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user