2
0
Эх сурвалжийг харах

* fix shared library linking for linux (issue #7849, patch from Dominique Leducq)

git-svn-id: trunk@5433 -
micha 19 жил өмнө
parent
commit
09c8d571a6

+ 1 - 1
compiler/systems/t_linux.pas

@@ -329,7 +329,7 @@ begin
      hp:=tmodule(hp.next);
    end;
   reorder := linklibc and ReOrderEntries;
-  if islibrary then
+  if current_module.islibrary then
    begin
      sysinitunit:='dll';
      csysinitunit:='dll';