Always call DoExec to generate linker scripts. Even if cs_link_nolink is set, the ldgen scipt needs to be called in the generated ppas script.

This commit is contained in:
ccrause 2021-11-28 21:47:32 +02:00 committed by florian
parent b0c0309cc1
commit 793c157a9c

View File

@ -1215,7 +1215,7 @@ begin
Replace(cmdstr,'$IDF_PATH',idfpath);
Replace(cmdstr,'$OUTPUT',outputexedir);
if success and not(cs_link_nolink in current_settings.globalswitches) then
if success then
success:=DoExec(binstr,cmdstr,true,false);
end;
{$endif XTENSA}