summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2021-12-25 20:59:20 +0900
committerNARUSE, Yui <naruse@airemix.jp>2021-12-25 21:01:37 +0900
commit1cc02078e503a18f6d1fcbd3e4d29c574895957d (patch)
tree7ce058dd0bd391e82c2d7a69b36bb675dc7c4aa5 /tool/make-snapshot
parent05faa36028a0a00788e2416a91e0bba21bd6f6ad (diff)
Revert "make-snapshot: add -extlibs option"
This reverts commit afa9d65d61857792508b1405835b07b78e24449c. It prevents installing libffi.
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot3
1 files changed, 1 insertions, 2 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 589d742e50..27618c7b83 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -24,7 +24,6 @@ $packages ||= nil
$digests ||= nil
$tooldir = File.expand_path("..", __FILE__)
$unicode_version = nil if ($unicode_version ||= nil) == ""
-$extlibs ||= "no"
$colorize = Colorize.new
def usage
@@ -464,7 +463,7 @@ def package(vcs, rev, destdir, tmp = nil)
end
vars.delete("UNICODE_FILES") # for stable branches
vars["UNICODE_VERSION"] = $unicode_version if $unicode_version
- vars["EXTRACT_EXTLIBS"] = "no" if $extlibs == "no"
+ vars["EXTRACT_EXTLIBS"] = ""
args = vars.dup
mk.gsub!(/@([A-Za-z_]\w*)@/) {args.delete($1); vars[$1] || ENV[$1]}
mk << commonmk.gsub(/\{\$([^(){}]*)[^{}]*\}/, "").sub(/^revision\.tmp::$/, '\& Makefile')