mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Update extconf.rb to compile correctly on OS X
This commit is contained in:
parent
12c4c2d222
commit
7d52386578
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ require 'mkmf'
|
|||
|
||||
dir_config("puma_http11")
|
||||
|
||||
if %w'ssl ssleay32'.find {|ssl| have_library(ssl, 'SSL_CTX_new')} and
|
||||
%w'crypto libeay32'.find {|crypto| have_library(crypto, 'BIO_read')}
|
||||
|
||||
if %w'crypto libeay32'.find {|crypto| have_library(crypto, 'BIO_read')} and
|
||||
%w'ssl ssleay32'.find {|ssl| have_library(ssl, 'SSL_CTX_new')}
|
||||
|
||||
create_makefile("puma/puma_http11")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue