Commit a224b2cb authored by Martin Storsjö's avatar Martin Storsjö

configure: Set the right cc_e flags for msvc

The default ones work, but outputs the preprocessed file on stdout
(into config.log).
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 2b366008
......@@ -2317,6 +2317,7 @@ probe_cc(){
_ld_o='-Fe$@'
fi
_cc_o='-Fo $@'
_cc_e='-P -Fi $@'
_flags_filter=msvc_flags
_ld_lib='lib%.a'
_ld_path='-libpath:'
......
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