mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +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 }
|
{ several RTL symbols of FPC-compiled shared libraries }
|
||||||
{ will be bound to those of a single shared library or }
|
{ will be bound to those of a single shared library or }
|
||||||
{ to the main program }
|
{ 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
|
begin
|
||||||
LinkRes.add('VERSION');
|
LinkRes.add('VERSION');
|
||||||
LinkRes.add('{');
|
LinkRes.add('{');
|
||||||
|
Loading…
Reference in New Issue
Block a user