Home | History | Annotate | Download | only in Scripts

Lines Matching refs:isMac

2158     my $isMac = $platform =~ /^mac/;
2160 if ($isMac || $isWin) {
2167 my @platformList = $isMac ? @macPlatforms : @winPlatforms;