[windows] fix openssl package condition (#8347)

we intend to install full package, not light.
accidently condition was incorrect
This commit is contained in:
ilia-shipitsin
2023-09-21 11:46:14 +02:00
committed by GitHub
parent 1a5e1b25a2
commit e3723b394a

View File

@@ -6,7 +6,7 @@
$arch = 'INTEL'
$bits = '64'
$light = 'false'
$light = $false
$installer = "exe"
$version = (Get-ToolsetContent).openssl.version
$installDir = "$Env:ProgramFiles\OpenSSL"