mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 11:19:10 +02:00
tools: updatemakefiles: fixed calling it from inside tools
git-svn-id: trunk@49905 -
This commit is contained in:
parent
bd72ae95df
commit
8758f952f7
@ -156,7 +156,7 @@ begin
|
||||
writeln(LPKFiles.Text);
|
||||
LPKFiles.StrictDelimiter:=true;
|
||||
LPKFiles.Delimiter:=' ';
|
||||
LazbuildOut:=RunTool(SetDirSeparators('./lazbuild'+ExeExt),'--lazarusdir="'+LazarusDir+'" --create-makefile '+LPKFiles.DelimitedText,LazarusDir);
|
||||
LazbuildOut:=RunTool(SetDirSeparators(LazarusDir+'/lazbuild'+ExeExt),'--lazarusdir="'+LazarusDir+'" --create-makefile '+LPKFiles.DelimitedText,LazarusDir);
|
||||
writeln(LazbuildOut.Text);
|
||||
LPKFiles.Free;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user