From 3835f05f16134ad19dfc3b7d73d8f51c064a65bd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 9 Feb 2022 14:01:03 -0800 Subject: autoupdate --- build-aux/ar-lib | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build-aux/ar-lib') diff --git a/build-aux/ar-lib b/build-aux/ar-lib index 9dc8ef6df0..54c6bdbf7f 100755 --- a/build-aux/ar-lib +++ b/build-aux/ar-lib @@ -135,6 +135,10 @@ do AR="$AR $1" shift ;; + -nologo | -NOLOGO) + # We always invoke AR with -nologo, so don't need to add it again. + shift + ;; *) action=$1 shift -- cgit v1.2.1