aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/extconf.rb
blob: cb346dfcd9405d5fcce4806610eb44fab937244f (plain)
1
2
3
4
5
require 'mkmf'
if try_cflags("-std=iso9899:1999", :werror => true)
  $CFLAGS += " " << "-std=iso9899:1999"
end
create_makefile('date_core')