ソースを参照

pkgutil.pas, add_package_libs:
* check for systems_indirect_var_imports instead of systems_package_needs_exports

git-svn-id: branches/svenbarth/packages@32457 -

svenbarth 9 年 前
コミット
abaac1e20c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/pkgutil.pas

+ 1 - 1
compiler/pkgutil.pas

@@ -461,7 +461,7 @@ implementation
       i : longint;
       i : longint;
       pkgname : tpathstr;
       pkgname : tpathstr;
     begin
     begin
-      if target_info.system in systems_packages_need_exports then
+      if not (target_info.system in systems_indirect_var_imports) then
         exit;
         exit;
       for i:=0 to packagelist.count-1 do
       for i:=0 to packagelist.count-1 do
         begin
         begin