Commit 50640977 authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by Martin Storsjö

configure: suppress -fPIC in msvc builds

MSVC doesn't understand the option, and emits a warning on every
call to cl.exe.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent bcb8d9eb
......@@ -2187,6 +2187,7 @@ msvc_flags(){
-fno-math-errno) ;;
-fno-common) ;;
-fno-signed-zeros) ;;
-fPIC) ;;
-lz) echo zlib.lib ;;
-lavifil32) echo vfw32.lib ;;
-lavicap32) echo vfw32.lib user32.lib ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment