diff --git a/components/codetools/definetemplates.pas b/components/codetools/definetemplates.pas index 7c4a399540..e3b1cd3483 100644 --- a/components/codetools/definetemplates.pas +++ b/components/codetools/definetemplates.pas @@ -124,7 +124,7 @@ const 'FPC', 'ObjFPC', 'Delphi', 'TP', 'MacPas' ); - Lazarus_CPU_OS_Widget_Combinations: array[1..62] of shortstring = ( + Lazarus_CPU_OS_Widget_Combinations: array[1..64] of shortstring = ( 'i386-linux-gtk', 'i386-linux-gtk2', 'i386-linux-qt', @@ -174,6 +174,8 @@ const 'arm-linux-gtk2', 'arm-linux-qt', 'arm-linux-nogui', + 'arm-darwin-carbon', + 'arm-darwin-nogui', 'x86_64-freebsd-gtk', 'x86_64-freebsd-gtk2', 'x86_64-freebsd-qt',