Also use VERSION in scripts for openbsd and netbsd

git-svn-id: trunk@23844 -
This commit is contained in:
pierre 2013-03-15 15:39:32 +00:00
parent 0a155e3ae1
commit 18ece9cf75

View File

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