Browse 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 3 years ago
parent
commit
eed6effe27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -386,7 +386,7 @@ interface
                                             system_aarch64_win64];
                                             system_aarch64_win64];
 
 
        { 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_openbsd + systems_freebsd +
+       systems_weak_linking = systems_darwin + systems_solaris + systems_linux + systems_android + systems_bsd +
                               [system_m68k_sinclairql];
                               [system_m68k_sinclairql];
 
 
        systems_internal_sysinit = [system_i386_win32,system_x86_64_win64,
        systems_internal_sysinit = [system_i386_win32,system_x86_64_win64,