aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-02 12:45:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-02 12:45:07 +0000
commit97abea4c3d741ac6a8e16adea14e48da867bd994 (patch)
tree09eca3cb56c6bf7b63abb3d720b78cd2b1038790 /tool
parent3bdbc2921090e3d6dd558662c4996e48ef9e0229 (diff)
downloadruby-97abea4c3d741ac6a8e16adea14e48da867bd994.tar.gz
mkconfig.rb: remove cross_compiling
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mkconfig.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index 372e0868c7..d6c86b4803 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -8,13 +8,11 @@
# avoid warnings with -d.
$install_name ||= nil
$so_name ||= nil
-$cross_compiling ||= nil
$unicode_version ||= nil
arch = $arch or raise "missing -arch"
version = $version or raise "missing -version"
srcdir = File.expand_path('../..', __FILE__)
-$:.replace [srcdir+"/lib"] unless $cross_compiling == "yes"
$:.unshift(".")
require "fileutils"