mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
97622943d2 | |||
383ed9a47d |
@ -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";
|
||||
|
Reference in New Issue
Block a user