More debug

This commit is contained in:
Sergey Dolin 2022-08-31 22:35:30 +02:00
parent 38ecfc57fc
commit 39fd250531

View File

@ -141,7 +141,8 @@ class macOSPythonBuilder : NixPythonBuilder {
Generates Python artifact from downloaded Python installation executable.
#>
Write-Host "Build Python $($this.Version) [$($this.Architecture)]"
Write-Host "Build Python *$($this.Version)* [$($this.Architecture)]"
Write-Host ($this.Version -ge "3.11.0")
if ($this.Version -ge "3.11.0") {
Write-Host "Download Python $($this.Version) [$($this.Architecture)] package..."