Skip to content
Snippets Groups Projects
Commit a224b2cb authored by Martin Storsjö's avatar Martin Storsjö
Browse files

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: default avatarMartin Storsjö <martin@martin.st>
parent 2b366008
No related branches found
No related tags found
No related merge requests found
...@@ -2317,6 +2317,7 @@ probe_cc(){ ...@@ -2317,6 +2317,7 @@ probe_cc(){
_ld_o='-Fe$@' _ld_o='-Fe$@'
fi fi
_cc_o='-Fo $@' _cc_o='-Fo $@'
_cc_e='-P -Fi $@'
_flags_filter=msvc_flags _flags_filter=msvc_flags
_ld_lib='lib%.a' _ld_lib='lib%.a'
_ld_path='-libpath:' _ld_path='-libpath:'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment