Ver código fonte

Also use VERSION in scripts for openbsd and netbsd

git-svn-id: trunk@23844 -
pierre 12 anos atrás
pai
commit
18ece9cf75
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/systems/t_bsd.pas

+ 1 - 1
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('{');