Alien-TinyCCx

 view release on metacpan or  search on metacpan

inc/My/Build/Solaris.pm  view on Meta::CPAN

########################################################################
                    package My::Build::Solaris;
########################################################################

use strict;
use warnings;
use parent 'My::Build::Linux';

# use gmake on Solaris, otherwise everything goes through (for now)
sub make_command { 'gmake' }

1;



( run in 1.126 second using v1.01-cache-2.11-cpan-e1769b4cff6 )