2
0
Эх сурвалжийг харах

* Use the FPMakeOptions while scanning for fpmkunit dependencies

git-svn-id: trunk@34647 -
joost 8 жил өмнө
parent
commit
47f1359143

+ 1 - 1
packages/fppkg/src/pkgrepos.pp

@@ -288,7 +288,7 @@ begin
   // Check for fpmkunit dependencies
   for i:=0 to high(FPMKUnitDeps) do
     begin
-      P:=GFPpkg.FindPackage(FPMKUnitDeps[i].package, pkgpkInstalled);
+      P:=GFPpkg.FPMakeRepoFindPackage(FPMKUnitDeps[i].package, pkgpkInstalled);
       if P<>nil then
         begin
           AvailP:=GFPpkg.FindPackage(FPMKUnitDeps[i].package, pkgpkAvailable);