Add ogmacho unit loading unless NOOGMACHO macro is defined

This commit is contained in:
Pierre Muller 2024-02-26 17:35:22 +01:00
parent ce702df526
commit 010127a622

View File

@ -107,9 +107,16 @@ implementation
,agx86int
{$endif}
{$ifndef NOOGCOFF}
,ogcoff
{$endif}
{$ifndef NOOGCOFF}
,ogelf
,cpuelf
{$endif}
{$ifndef NOOGMACHO}
,ogmacho
{$endif}
{**************************************
Assembler Readers