mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 23:46:00 +02:00
Also use VERSION in scripts for openbsd and netbsd
git-svn-id: trunk@23844 -
This commit is contained in:
parent
0a155e3ae1
commit
18ece9cf75
@ -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('{');
|
||||
|
Loading…
Reference in New Issue
Block a user