mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 12:39:24 +02:00
* link_allways -> link_always (forgot to commit as well :)
git-svn-id: trunk@2598 -
This commit is contained in:
parent
72250d3954
commit
f8ecc6d359
@ -156,7 +156,7 @@ begin
|
|||||||
if cs_link_extern in aktglobalswitches then
|
if cs_link_extern in aktglobalswitches then
|
||||||
AsmRes.AddLinkCommand(resbin,s,'');
|
AsmRes.AddLinkCommand(resbin,s,'');
|
||||||
if ObjUsed then
|
if ObjUsed then
|
||||||
current_module.linkotherofiles.add(resobj,link_allways);
|
current_module.linkotherofiles.add(resobj,link_always);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user