From 1e2523fad7c03dc4f3b298d224548abd07374761 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 22 Jan 2023 11:58:36 +0900 Subject: Silence dozens of useless warnings from `ranlib` on macOS [ci skip] --- template/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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@ -- cgit v1.2.1