mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix r33904.
It breaks following tests if RUBYOPT=-w * test_class_build(TestGemExtExtConfBuilder) * test_class_build_rbconfig_make_prog(TestGemExtExtConfBuilder) * test_class_build_env_make(TestGemExtExtConfBuilder) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8b7ecdc11e
commit
6a894686d6
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ module MakeMakefile
|
|||
$static = nil
|
||||
$config_h = '$(arch_hdrdir)/ruby/config.h'
|
||||
$default_static = $static
|
||||
$OBJEXT = nil
|
||||
$ignore_error = ''
|
||||
|
||||
unless defined? $configure_args
|
||||
$configure_args = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue