Fix Carbon tinderbox build by turning off build of xpt_link which currently can't build with Pro 6 MSL. r=beard

This commit is contained in:
sdagley%netscape.com 2001-04-07 04:11:00 +00:00
Родитель d8c5db1fca
Коммит 2f0ab0218a
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -962,7 +962,8 @@ sub BuildXPIDLCompiler()
}
# xpt_link MPW tool, needed for merging xpt files (release build)
if ($main::options{xptlink})
# but not when targeting Carbon as Pro 6 doesn't have a MSL C.PPC MPW(NL).Lib, or project to build it
if ($main::options{xptlink} && !$main::options{carbon} )
{
my($codewarrior_msl) = GetCodeWarriorRelativePath("MSL:MSL_C:MSL_MacOS:");
if ( ! -e $codewarrior_msl . "Lib:PPC:MSL C.PPC MPW(NL).Lib") {