mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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@39835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
46048d6d1b
commit
7f2a13ea10
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Wed Mar 20 16:24:12 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]
|
||||||
|
|
||||||
Wed Mar 20 15:22:07 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
Wed Mar 20 15:22:07 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup): use
|
* test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup): use
|
||||||
|
|
|
@ -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…
Reference in a new issue