mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 21:09:27 +02:00
lazbuild: fixed compilation
git-svn-id: trunk@28614 -
This commit is contained in:
parent
dacbb79dc4
commit
5c9a47695a
@ -464,7 +464,8 @@ begin
|
||||
end;
|
||||
|
||||
// create inherited compiler options
|
||||
PkgOptions:=PackageGraph.GetIDEInstallPackageOptions(InheritedOptionStrings{%H-});
|
||||
PkgOptions:=PackageGraph.GetIDEInstallPackageOptions(
|
||||
PackageGraph.FirstAutoInstallDependency,InheritedOptionStrings{%H-});
|
||||
|
||||
// save
|
||||
CurResult:=SaveIDEMakeOptions(BuildLazProfiles,
|
||||
|
Loading…
Reference in New Issue
Block a user