mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Wrong block variable reference.
This commit is contained in:
parent
8f9dc99e91
commit
e6e57b1092
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ dir_config("puma_http11")
|
|||
$defs.push "-Wno-deprecated-declarations"
|
||||
|
||||
if %w'ssl ssleay32'.find {|ssl| have_library(ssl, 'SSL_CTX_new')} and
|
||||
%w'crypto libeay32'.find {|crypto| have_library(ssl, 'BIO_read')}
|
||||
%w'crypto libeay32'.find {|crypto| have_library(crypto, 'BIO_read')}
|
||||
|
||||
create_makefile("puma/puma_http11")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue