From ac3a9b51f77e54300827c338df0fd16251c93a73 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 18 Sep 2012 00:10:29 +0100 Subject: [PATCH] configure: msvc: default to 'lib' as 'ar' tool Signed-off-by: Mans Rullgard --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 8a7eaf4f31..49e9ecf040 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"