Browse Source

* Turn off assigning UnixGetModuleByAddrHook for Android, since dladdr() function is not available on old (1.x) Android versions.

git-svn-id: trunk@23695 -
yury 12 years ago
parent
commit
5bf237afc1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/unix/dl.pp

+ 2 - 0
rtl/unix/dl.pp

@@ -121,5 +121,7 @@ uses
 
 
 begin
+{$ifndef android}
   UnixGetModuleByAddrHook:=@UnixGetModuleByAddr;
+{$endif android}
 end.