summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-01-22 11:58:36 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-01-23 19:02:36 +0900
commit1e2523fad7c03dc4f3b298d224548abd07374761 (patch)
tree931ba37a66200e0d053e5b524cf1b92f98fb0bcf /template
parenta22ed3e99dbb74003f20e175cd1956062e97f230 (diff)
downloadruby-1e2523fad7c03dc4f3b298d224548abd07374761.tar.gz
Silence dozens of useless warnings from `ranlib` on macOS [ci skip]
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 72aba2d3e9..c4d05ef243 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -230,7 +230,7 @@ RMALL = @RMALL@
LN_S = @LN_S@
TOUCH = touch
NM = @NM@
-AR = @AR@
+AR = @X_WRAPPER_AR@
ARFLAGS = @ARFLAGS@$(empty)
RANLIB = @RANLIB@
AS = @AS@