mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +02:00
lazbuild: fixed compilation
git-svn-id: trunk@27995 -
This commit is contained in:
parent
eef9458ebc
commit
922fcecd9f
@ -630,7 +630,8 @@ begin
|
|||||||
Project1.CompilerOptions.LCLWidgetType:=WidgetSetOverride;
|
Project1.CompilerOptions.LCLWidgetType:=WidgetSetOverride;
|
||||||
// apply options
|
// apply options
|
||||||
MainBuildBoss.SetBuildTarget(Project1.CompilerOptions.TargetOS,
|
MainBuildBoss.SetBuildTarget(Project1.CompilerOptions.TargetOS,
|
||||||
Project1.CompilerOptions.TargetCPU,Project1.CompilerOptions.LCLWidgetType);
|
Project1.CompilerOptions.TargetCPU,Project1.CompilerOptions.LCLWidgetType,
|
||||||
|
bmsfsSkip);
|
||||||
|
|
||||||
if not SkipDependencies then begin
|
if not SkipDependencies then begin
|
||||||
// compile required packages
|
// compile required packages
|
||||||
@ -800,7 +801,7 @@ begin
|
|||||||
// load static base packages
|
// load static base packages
|
||||||
PackageGraph.LoadStaticBasePackages;
|
PackageGraph.LoadStaticBasePackages;
|
||||||
|
|
||||||
MainBuildBoss.SetBuildTarget(OSOverride,CPUOverride,WidgetSetOverride);
|
MainBuildBoss.SetBuildTarget(OSOverride,CPUOverride,WidgetSetOverride,bmsfsSkip);
|
||||||
|
|
||||||
fInitResult:=true;
|
fInitResult:=true;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user