Преглед изворни кода

Fix exclusion of ogelf unit using $ifndef NOOGELF

Pierre Muller пре 1 година
родитељ
комит
2d8a50556c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/i386/cputarg.pas

+ 1 - 1
compiler/i386/cputarg.pas

@@ -110,7 +110,7 @@ implementation
     {$ifndef NOOGCOFF}
       ,ogcoff
     {$endif}
-    {$ifndef NOOGCOFF}
+    {$ifndef NOOGELF}
       ,ogelf
       ,cpuelf
     {$endif}