From ac3a9b51f77e54300827c338df0fd16251c93a73 Mon Sep 17 00:00:00 2001
From: Mans Rullgard <mans@mansr.com>
Date: Tue, 18 Sep 2012 00:10:29 +0100
Subject: [PATCH] configure: msvc: default to 'lib' as 'ar' tool

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 8a7eaf4f314..49e9ecf0403 100755
--- a/configure
+++ b/configure
@@ -2045,6 +2045,7 @@ case "$toolchain" in
         cc_default="c99wrap cl"
         ld_default="c99wrap link"
         nm_default="dumpbin -symbols"
+        ar_default="lib"
     ;;
     ?*)
         die "Unknown toolchain $toolchain"
-- 
GitLab