aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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