configure: Filter -Wl, linker flags out for msvc compilation.
This commit is contained in:
parent
c59233d503
commit
84abd1012c
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue