dist-check: explicitly specify gcc for Solaris.

This commit is contained in:
Yichun Zhang (agentzh) 2013-11-12 20:43:55 -08:00
parent 383ed9a47d
commit 97622943d2
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ if ($opts{l}) {
$cfg_opts .= " --with-luajit";
}
if ($^O eq 'solaris') {
$cfg_opts .= " --with-cc=gcc";
}
my $prefix;
warn "=== No Pool Build ===\n";