Procházet zdrojové kódy

* Use the FPMakeOptions while scanning for fpmkunit dependencies

git-svn-id: trunk@34647 -
joost před 9 roky
rodič
revize
47f1359143
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/fppkg/src/pkgrepos.pp

+ 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);