mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:59:25 +02:00
* use linkunitofiles instead of linkotherofiles to prevent path from being stored in ppu
git-svn-id: trunk@7490 -
This commit is contained in:
parent
08d10efb9f
commit
a58797f989
@ -128,7 +128,7 @@ begin
|
||||
if cs_link_nolink in current_settings.globalswitches then
|
||||
AsmRes.AddLinkCommand(resbin,s,'');
|
||||
if ObjUsed then
|
||||
current_module.linkotherofiles.add(resobj,link_always);
|
||||
current_module.linkunitofiles.add(resobj,link_always);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user