summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-01-31 19:42:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-01-31 19:42:01 +0900
commitbe81495c16a62979f78a91fe8ed34dbdc82e37db (patch)
tree432892dc1e425149573fb66c220c9dd23289fbc3 /template
parent337189598af28297402b57df5ed1104ed336c15c (diff)
downloadruby-be81495c16a62979f78a91fe8ed34dbdc82e37db.tar.gz
Silence dozens of useless warnings from `nm` on macOS
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 bae3980440..94f41181d5 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -231,7 +231,7 @@ RMALL = @RMALL@
LN_S = @LN_S@
TOUCH = touch
NM = @NM@
-AR = @X_WRAPPER_AR@
+AR = @AR@
ARFLAGS = @ARFLAGS@$(empty)
RANLIB = @RANLIB@
AS = @AS@