1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/ext/puma_http11/extconf.rb
2012-08-22 22:06:47 -07:00

8 lines
150 B
Ruby

require 'mkmf'
dir_config("puma_http11")
$defs.push "-Wno-deprecated-declarations"
$libs += " -lssl -lcrypto "
create_makefile("puma/puma_http11")