瀏覽代碼

* add the sysrootpath to the path of the dynamic linker in the INPUT()
section for Linux

git-svn-id: trunk@31449 -

Jonas Maebe 10 年之前
父節點
當前提交
e391a37b30
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/t_linux.pas

+ 1 - 1
compiler/systems/t_linux.pas

@@ -506,7 +506,7 @@ begin
       if (isdll) then
        begin
          Add('INPUT(');
-         Add(info.DynamicLinker);
+         Add(sysrootpath+info.DynamicLinker);
          Add(')');
        end;
       linksToSharedLibFiles := not SharedLibFiles.Empty;