Commit 84abd101 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

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

parent c59233d5
...@@ -4439,6 +4439,7 @@ msvc_common_flags(){ ...@@ -4439,6 +4439,7 @@ msvc_common_flags(){
-l*) echo ${flag#-l}.lib ;; -l*) echo ${flag#-l}.lib ;;
-LARGEADDRESSAWARE) echo $flag ;; -LARGEADDRESSAWARE) echo $flag ;;
-L*) echo -libpath:${flag#-L} ;; -L*) echo -libpath:${flag#-L} ;;
-Wl,*) ;;
*) echo $flag ;; *) echo $flag ;;
esac esac
done done
......
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