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: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
2b3660084f
commit
a224b2cb30
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -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:'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue