dist-check: explicitly specify gcc for Solaris.

pull/39/head v1.4.3.4
Yichun Zhang (agentzh) 11 years ago
parent 383ed9a47d
commit 97622943d2

@ -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";

Loading…
Cancel
Save