mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 23:27:26 +01:00
lazbuild: fixed crash
This commit is contained in:
parent
ad640c5e38
commit
9bb7b14f14
@ -889,6 +889,7 @@ var
|
||||
// CompileHint: use absolute paths, same as TBuildManager.DoCheckIfProjectNeedsCompilation
|
||||
CompilerParams:=Project1.CompilerOptions.MakeCompilerParams([ccloAbsolutePaths]);
|
||||
CompilerParams.Add(SrcFilename);
|
||||
CmdLineParams:=CompilerParams;
|
||||
|
||||
if (CompReason in Project1.CompilerOptions.CompileReasons) then begin
|
||||
// compile
|
||||
|
||||
Loading…
Reference in New Issue
Block a user