浏览代码

* 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 年之前
父节点
当前提交
5bf237afc1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rtl/unix/dl.pp

+ 2 - 0
rtl/unix/dl.pp

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