소스 검색

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}