mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 22:30:34 +02:00
* Turn off assigning UnixGetModuleByAddrHook for Android, since dladdr() function is not available on old (1.x) Android versions.
git-svn-id: trunk@23695 -
This commit is contained in:
parent
5d061a7efa
commit
5bf237afc1
@ -121,5 +121,7 @@ uses
|
||||
|
||||
|
||||
begin
|
||||
{$ifndef android}
|
||||
UnixGetModuleByAddrHook:=@UnixGetModuleByAddr;
|
||||
{$endif android}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user