Parcourir la source

Put systems_bsd into systems_weak_linking to fix heaptrc compilation failure for netbsd and dragonfly target OS introduced by commit ae346a87

Pierre Muller il y a 3 ans
Parent
commit
eed6effe27
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -386,7 +386,7 @@ interface
                                             system_aarch64_win64];
 
        { all systems for which weak linking has been tested/is supported }
-       systems_weak_linking = systems_darwin + systems_solaris + systems_linux + systems_android + systems_openbsd + systems_freebsd +
+       systems_weak_linking = systems_darwin + systems_solaris + systems_linux + systems_android + systems_bsd +
                               [system_m68k_sinclairql];
 
        systems_internal_sysinit = [system_i386_win32,system_x86_64_win64,