Procházet zdrojové kódy

* Resolve files for all targets before the creation of an archive

git-svn-id: trunk@25213 -
joost před 12 roky
rodič
revize
23f065faa0
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      packages/fpmkunit/src/fpmkunit.pp

+ 2 - 0
packages/fpmkunit/src/fpmkunit.pp

@@ -6467,6 +6467,8 @@ begin
         for IOS:=Low(TOS) to high(TOS) do
           if OSCPUSupported[IOS,ICPU] then
             begin
+              // Make sure that the package is resolved for each targbet
+              APackage.FAllFilesResolved:=false;
               ResolveFileNames(APackage,ICPU,IOS,false);
               APackage.GetArchiveFiles(L, ICPU, IOS);
             end;