aboutsummaryrefslogtreecommitdiffstats
path: root/ext/json/generator/extconf.rb
blob: fd5c4a7f49dda1eea04ee1f8bd790078c3854ffa (plain)
1
2
3
4
5
# frozen_string_literal: false
require 'mkmf'

$defs << "-DJSON_GENERATOR"
create_makefile 'json/ext/generator'