lazbuild: select IDE build mode, fixed compiling with different mode

git-svn-id: trunk@36570 -
This commit is contained in:
mattias 2012-04-05 07:36:42 +00:00
parent 0731f4ba72
commit 1bf4624e3c

View File

@ -438,6 +438,7 @@ begin
Halt(ErrorBuildFailed);
end;
CurProf:=BuildLazProfiles[i];
BuildLazProfiles.CurrentIndex:=i;
end;
debugln(['Building Lazarus IDE with profile "',CurProf.Name,'"']);