|
@@ -298,6 +298,9 @@ interface
|
|
system_x86_64_win64,
|
|
system_x86_64_win64,
|
|
system_ia64_win64]+systems_linux+systems_android;
|
|
system_ia64_win64]+systems_linux+systems_android;
|
|
|
|
|
|
|
|
+ { all systems that require exports for packages }
|
|
|
|
+ systems_packages_need_exports = [system_i386_nativent]+systems_windows;
|
|
|
|
+
|
|
{ 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_android;
|
|
systems_weak_linking = systems_darwin + systems_solaris + systems_linux + systems_android;
|
|
|
|
|