default.mspec: OBJDIR
* spec/default.mspec: set object directory for optional/capi, not to pollute the source directory. https://github.com/ruby/spec/pull/247 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
27f74fe7d4
commit
673e470d8b
@ -1,6 +1,7 @@
|
|||||||
# -*- ruby -*-
|
# -*- ruby -*-
|
||||||
load "./rbconfig.rb"
|
load "./rbconfig.rb"
|
||||||
load File.dirname(__FILE__) + '/rubyspec/default.mspec'
|
load File.dirname(__FILE__) + '/rubyspec/default.mspec'
|
||||||
|
OBJDIR = File.expand_path("spec/rubyspec/optional/capi/ext")
|
||||||
class MSpecScript
|
class MSpecScript
|
||||||
builddir = Dir.pwd
|
builddir = Dir.pwd
|
||||||
srcdir = ENV['SRCDIR']
|
srcdir = ENV['SRCDIR']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user