We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16291db commit 808e955Copy full SHA for 808e955
builders/nix-python-builder.psm1
@@ -115,7 +115,7 @@ class NixPythonBuilder : PythonBuilder {
115
Write-Debug "make Python $($this.Version)-$($this.Architecture) $($this.Platform)"
116
$buildOutputLocation = New-Item -Path $this.WorkFolderLocation -Name "build_output.txt" -ItemType File
117
118
- Execute-Command -Command "make 2>&1 | tee $buildOutputLocation" -ErrorAction Continue
+ Execute-Command -Command "make 2>&1 | tee $buildOutputLocation" -ErrorAction Continue
119
Execute-Command -Command "make install" -ErrorAction Continue
120
121
Write-Debug "Done; Make log location: $buildOutputLocation"
0 commit comments