1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix r50104 [Bug #10906]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-03-28 02:30:17 +00:00
parent 4651b848e1
commit 0a321b21fa

View file

@ -1,3 +1,5 @@
require 'mkmf'
try_cflags("-std=iso9899:1999")
if try_cflags("-std=iso9899:1999")
$CFLAGS += " " << "-std=iso9899:1999"
end
create_makefile('date_core')