Browse Source

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

tags/n4.3
Carl Eugen Hoyos 5 years ago
parent
commit
84abd1012c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure 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


Loading…
Cancel
Save