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:
parent
4651b848e1
commit
0a321b21fa
1 changed files with 3 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue