Skip to content
Snippets Groups Projects
Commit ac3a9b51 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

configure: msvc: default to 'lib' as 'ar' tool


Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 3dbc777c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment