소스 검색

* 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
+{$ifndef android}
   UnixGetModuleByAddrHook:=@UnixGetModuleByAddr;
+{$endif android}
 end.