From: Richard Levitte Date: Sun, 28 Jan 2018 12:26:01 +0000 (+0100) Subject: Fix WinCE config target X-Git-Tag: OpenSSL_1_1_1-pre1~111 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e548c1fe98e35888e8ad90b16a4fdcd3ab577210;p=oweals%2Fopenssl.git Fix WinCE config target vc_wince_info()->{defines} was left around, when it should be vc_wince_info()->{cppflags} Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/5182) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 21b4f3b2c4..6830294e47 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1433,7 +1433,7 @@ my %targets = ( : " /MC"; }), debug => "/Od", release => "/O1i"), - cppflags => sub { vc_wince_info()->{defines}; }, + cppflags => sub { vc_wince_info()->{cppflags}; }, defines => picker(default => [ "UNICODE", "_UNICODE", "OPENSSL_SYS_WINCE", "WIN32_LEAN_AND_MEAN", "L_ENDIAN", "DSO_WIN32",