Browse Source

Fix exclusion of ogelf unit using $ifndef NOOGELF

Pierre Muller 1 year ago
parent
commit
2d8a50556c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/i386/cputarg.pas

+ 1 - 1
compiler/i386/cputarg.pas

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