mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# -*- ruby -*-
|
||||
load "./rbconfig.rb"
|
||||
load File.dirname(__FILE__) + '/rubyspec/default.mspec'
|
||||
OBJDIR = File.expand_path("spec/rubyspec/optional/capi/ext")
|
||||
class MSpecScript
|
||||
builddir = Dir.pwd
|
||||
srcdir = ENV['SRCDIR']
|
||||
|
|
Loading…
Reference in a new issue