diff --git a/compiler/systems/t_bsd.pas b/compiler/systems/t_bsd.pas index 79ba742dda..8adbdb8879 100644 --- a/compiler/systems/t_bsd.pas +++ b/compiler/systems/t_bsd.pas @@ -459,7 +459,7 @@ begin { several RTL symbols of FPC-compiled shared libraries } { will be bound to those of a single shared library or } { to the main program } - if (isdll) and (target_info.system in systems_freebsd) then + if (isdll) and (target_info.system in systems_bsd) then begin LinkRes.add('VERSION'); LinkRes.add('{');