mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
7 lines
122 B
Ruby
7 lines
122 B
Ruby
require 'mkmf'
|
|
|
|
dir_config("puma_http11")
|
|
|
|
$defs.push "-Wno-deprecated-declarations"
|
|
|
|
create_makefile("puma/puma_http11")
|