File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ function BuildTarget
104
104
{
105
105
if ($binaryTimestamp -lt $file.LastWriteTimeUtc )
106
106
{
107
- Write-Host " corral run -- ponyc $configFlag $ponyArgs --cpu " $Arch " --output `" $buildDir `" --bin-name `" $target `" `" $srcDir `" "
108
- $output = (corral run -- ponyc $configFlag $ponyArgs -- cpu ` "$Arch ` "-- output " $buildDir " -- bin- name " $target " " $srcDir " )
107
+ Write-Host " corral run -- ponyc $configFlag $ponyArgs --cpu ` "$Arch " ` -- output `" $buildDir `" -- bin- name `" $target `" `" $srcDir `" "
108
+ $output = (corral run -- ponyc $configFlag $ponyArgs --cpu " $Arch " --output " $buildDir " --bin-name " $target " " $srcDir " )
109
109
$output | ForEach-Object { Write-Host $_ }
110
110
if ($LastExitCode -ne 0) { throw " Error" }
111
111
break buildFiles
You can’t perform that action at this time.
0 commit comments