aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/extconf.rb
blob: 8938df13b37381356018729ab21279e7041a0b00 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true
require 'mkmf'

config_string("strict_warnflags") {|w| $warnflags += " #{w}"}

have_var("timezone", "time.h")
have_var("altzone", "time.h")

create_makefile('date_core')