mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
dist-check: explicitly specify gcc for Solaris.
This commit is contained in:
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…
x
Reference in New Issue
Block a user