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 năm trước cách đây
mục cha
commit
5bf237afc1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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.