Explorar o código

* fixed compilation for x86-64

git-svn-id: trunk@8698 -
florian %!s(int64=18) %!d(string=hai) anos
pai
achega
655ac519d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/t_linux.pas

+ 1 - 1
compiler/systems/t_linux.pas

@@ -264,7 +264,7 @@ begin
 {$endif}
 
 {$ifdef x86_64}
-     defdynlinker:='/lib/ld-linux-x86-64.so.2'
+     defdynlinker:='/lib/ld-linux-x86-64.so.2';
 {$endif x86_64}
 
 {$ifdef sparc}