зеркало из https://github.com/microsoft/msquic.git
Nibanks/stop openssl3 build warnings (#3486)
* Fix Build Warnings on OpenSSL 3 * change dumb to ansi --------- Co-authored-by: Nick Banks <nibanks@microsoft.com>
This commit is contained in:
Родитель
17cd308d14
Коммит
3c3cd4a34c
|
@ -321,6 +321,9 @@ if ($Clang) {
|
|||
$env:CXX = 'clang++'
|
||||
}
|
||||
|
||||
# Workaround for perl openssl build warnings.
|
||||
$env:TERM='ansi'
|
||||
|
||||
function Log($msg) {
|
||||
Write-Host "[$(Get-Date)] $msg"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче