Avoid space between "-I" and include directory
authorTanzinul Islam <tanzinul.islam@gmail.com>
Sat, 7 Nov 2020 14:11:05 +0000 (14:11 +0000)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 19 Apr 2021 09:05:54 +0000 (11:05 +0200)
commit118faf5ffe2ba495407f482a8d8438b7d266815c
treef227f13c9f1fe5445bcdaebe5c144ad05dd37083
parent23f3242ffe8613411714eb9350275371059c7bfe
Avoid space between "-I" and include directory

The space is problematic with C++Builder (`bcc32.exe`). MSVC (`cl.exe`)
doesn't care.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13540)
Configurations/windows-makefile.tmpl