diff options
Diffstat (limited to 'compiler/systems/t_macos.pas')
-rw-r--r-- | compiler/systems/t_macos.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/systems/t_macos.pas b/compiler/systems/t_macos.pas index 9f99cc2790..0601ba19ed 100644 --- a/compiler/systems/t_macos.pas +++ b/compiler/systems/t_macos.pas @@ -248,7 +248,7 @@ initialization RegisterImport(system_m68k_macos,timportlibmacos); {$endif m68k} {$ifdef powerpc} - RegisterExternalLinker(system_powerpc_macos_info,TLinkerMPW); + RegisterLinker(ld_mpw,TLinkerMPW); RegisterTarget(system_powerpc_macos_info); RegisterImport(system_powerpc_macos,timportlibmacos); {$endif powerpc} |