2
0
Эх сурвалжийг харах

* 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 жил өмнө
parent
commit
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.