mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
bugfix: lua-resty-signal and lua-resty-shell should not be enabled on windows.
This commit is contained in:
5
util/configure
vendored
5
util/configure
vendored
@ -355,6 +355,11 @@ for my $opt (@ARGV) {
|
||||
}
|
||||
}
|
||||
|
||||
if ($platform eq 'msys') {
|
||||
$resty_opts{no_lua_resty_signal} = 1;
|
||||
$resty_opts{no_lua_resty_shell} = 1;
|
||||
}
|
||||
|
||||
print "platform: $platform ($OS)\n";
|
||||
|
||||
my $ngx_prefix;
|
||||
|
Reference in New Issue
Block a user