Skip to content

Commit

Permalink
default.mspec: OBJDIR
Browse files Browse the repository at this point in the history
* spec/default.mspec: set object directory for optional/capi, not
  to pollute the source directory.
  ruby/spec#247

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Apr 21, 2016
1 parent 27f74fe commit 673e470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/default.mspec
Original file line number Diff line number Diff line change
@@ -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']
Expand Down

0 comments on commit 673e470

Please sign in to comment.