Build Lazarus: Made lazbuild work again.

git-svn-id: trunk@28067 -
This commit is contained in:
juha 2010-11-03 23:43:15 +00:00
parent 518721e8a0
commit c2618b7462

View File

@ -540,7 +540,7 @@ end;
procedure TBuildLazarusProfile.SetExtraOptions(const AValue: string);
begin
raise Exception.Create('SetExtraOptions should not be called.');
fOptions.Text:=AValue;
end;