Explorar el Código

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

git-svn-id: trunk@25213 -
joost hace 12 años
padre
commit
23f065faa0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;