Преглед на файлове

* 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
       if (isdll) then
        begin
        begin
          Add('INPUT(');
          Add('INPUT(');
-         Add(info.DynamicLinker);
+         Add(sysrootpath+info.DynamicLinker);
          Add(')');
          Add(')');
        end;
        end;
       linksToSharedLibFiles := not SharedLibFiles.Empty;
       linksToSharedLibFiles := not SharedLibFiles.Empty;