Browse Source

Fix exclusion of ogelf unit using $ifndef NOOGELF

Pierre Muller 1 năm trước cách đây
mục cha
commit
2d8a50556c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}