mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
lazbuild: fixed compilation
git-svn-id: trunk@53212 -
This commit is contained in:
parent
018e27b67c
commit
85e2468d35
@ -873,7 +873,8 @@ var
|
||||
Error(ErrorBuildFailed,'failed saving statefile of project '+AFilename);
|
||||
if TheCompiler.Compile(Project1,
|
||||
WorkingDir,CompilerFilename,CompilerParams,
|
||||
BuildAll or NeedBuildAllFlag,false,false,CompileHint)<>mrOk
|
||||
BuildAll or NeedBuildAllFlag,false,false,false,
|
||||
CompileHint)<>mrOk
|
||||
then
|
||||
Error(ErrorBuildFailed,'failed compiling of project '+AFilename);
|
||||
// compilation succeded -> write state file
|
||||
|
Loading…
Reference in New Issue
Block a user