提交 7cb58c0f 编写于 作者: K Kurt Roeckx

Also set the CXXFLAG to the user supplied flags

Reviewed-by: NRich Salz <rsalz@openssl.org>

GH: #2025
上级 2886a69c
......@@ -1305,7 +1305,7 @@ unless ($disabled{"crypto-mdebug-backtrace"})
}
}
if ($user_cflags ne "") { $config{cflags}="$config{cflags}$user_cflags"; }
if ($user_cflags ne "") { $config{cflags}="$config{cflags}$user_cflags"; $config{cxxflags}="$config{cxxflags}$user_cflags";}
else { $no_user_cflags=1; }
if (@user_defines) { $config{defines}=[ @{$config{defines}}, @user_defines ]; }
else { $no_user_defines=1; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册