test_gem_installer.rb: fix a test failure
* test/rubygems/test_gem_installer.rb (test_install_extension_flat): use ruby in build directory in case ruby is not installed. [ruby-core:53265] [Bug #8058] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8ad8407e60
commit
274f1c8806
@ -1,3 +1,9 @@
|
|||||||
|
Mon Jun 24 22:06:14 2013 Hiroshi Shirosaki <h.shirosaki@gmail.com>
|
||||||
|
|
||||||
|
* test/rubygems/test_gem_installer.rb (test_install_extension_flat):
|
||||||
|
use ruby in build directory in case ruby is not installed.
|
||||||
|
[ruby-core:53265] [Bug #8058]
|
||||||
|
|
||||||
Mon Jun 24 22:04:02 2013 Hiroshi Shirosaki <h.shirosaki@gmail.com>
|
Mon Jun 24 22:04:02 2013 Hiroshi Shirosaki <h.shirosaki@gmail.com>
|
||||||
|
|
||||||
* ext/dl/cfunc.c (rb_dlcfunc_call): fix conversion from Bignum to
|
* ext/dl/cfunc.c (rb_dlcfunc_call): fix conversion from Bignum to
|
||||||
|
@ -1073,6 +1073,7 @@ gem 'other', version
|
|||||||
|
|
||||||
CONFIG['CC'] = '$(TOUCH) $@ ||'
|
CONFIG['CC'] = '$(TOUCH) $@ ||'
|
||||||
CONFIG['LDSHARED'] = '$(TOUCH) $@ ||'
|
CONFIG['LDSHARED'] = '$(TOUCH) $@ ||'
|
||||||
|
$ruby = '#{Gem.ruby}'
|
||||||
|
|
||||||
create_makefile("#{@spec.name}")
|
create_makefile("#{@spec.name}")
|
||||||
RUBY
|
RUBY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user