Browse Source

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

git-svn-id: trunk@25213 -
joost 12 năm trước cách đây
mục cha
commit
23f065faa0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;