configure: Filter -Wl, linker flags out for msvc compilation.

This commit is contained in:
Carl Eugen Hoyos 2020-04-01 16:57:40 +02:00
parent c59233d503
commit 84abd1012c
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -4439,6 +4439,7 @@ msvc_common_flags(){
-l*) echo ${flag#-l}.lib ;;
-LARGEADDRESSAWARE) echo $flag ;;
-L*) echo -libpath:${flag#-L} ;;
-Wl,*) ;;
*) echo $flag ;;
esac
done