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

* Enable weak externals for android.

git-svn-id: branches/targetandroid@23283 -
yury 12 жил өмнө
parent
commit
f37a18f600

+ 1 - 1
compiler/systems.pas

@@ -298,7 +298,7 @@ interface
                                          system_ia64_win64]+systems_linux;
                                          system_ia64_win64]+systems_linux;
 
 
        { all systems for which weak linking has been tested/is supported }
        { all systems for which weak linking has been tested/is supported }
-       systems_weak_linking = systems_darwin + systems_solaris + systems_linux;
+       systems_weak_linking = systems_darwin + systems_solaris + systems_linux + systems_android;
 
 
        systems_internal_sysinit = [system_i386_linux,system_i386_win32];
        systems_internal_sysinit = [system_i386_linux,system_i386_win32];