aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-13 03:55:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-13 03:55:13 +0000
commit09448461b0719226d5d4e37f42e2a4d9a68f3288 (patch)
treec057a22d4f7db3afa1128aea90cb4c15faa0c03a
parent1ef76182b4fd92f340416a2b1beb5bbf0c8107f7 (diff)
downloadruby-09448461b0719226d5d4e37f42e2a4d9a68f3288.tar.gz
make-snapshot: fix circular dependency
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 35222b96c7..b650a35ec8 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -329,6 +329,7 @@ def package(vcs, rev, destdir, tmp = nil)
"BOOTSTRAPRUBY"=>baseruby,
"PWD"=>Dir.pwd,
"CONFIGURE"=>"configure",
+ "arch"=>"noarch",
}
vars["UNICODE_VERSION"] = $unicode_version if $unicode_version
args = vars.dup