mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 19:39:31 +02:00
Remove unused $OUTPUT substtution and empty check of outputexedir.
This commit is contained in:
parent
655a5f526c
commit
a58567004b
@ -975,9 +975,6 @@ begin
|
||||
success:=true;
|
||||
Result:=false;
|
||||
|
||||
if outputexedir='' then
|
||||
outputexedir:='.';
|
||||
|
||||
{$ifdef XTENSA}
|
||||
{ generate a sdkconfig.h if none is provided,
|
||||
only a few fields are provided to far }
|
||||
@ -1251,7 +1248,6 @@ begin
|
||||
end;
|
||||
|
||||
Replace(Info.ExeCmd[1],'$IDF_PATH',idfpath);
|
||||
Replace(Info.ExeCmd[1],'$OUTPUT',outputexedir);
|
||||
{$endif XTENSA}
|
||||
|
||||
FixedExeFileName:=maybequoted(ScriptFixFileName(ChangeFileExt(current_module.exefilename,'.elf')));
|
||||
|
Loading…
Reference in New Issue
Block a user