.
This commit is contained in:
parent
60f2b5d5e2
commit
5744fff316
1 changed files with 1 additions and 1 deletions
2
do.ps1
2
do.ps1
|
|
@ -237,7 +237,7 @@ switch ($command) {
|
|||
Write-Host ":: Cleaning up build artifacts...";
|
||||
Remove-Item -Path (Join-Path $OUT_DIR ($EXE_NAME + "*")) -Force;
|
||||
}
|
||||
{($_ -eq "list-targets") -or ($_ -eq "lt")} {
|
||||
{($_ -eq "list") -or ($_ -eq "l")} {
|
||||
# zig target doesn't actually output json...
|
||||
Write-Host ":: Available cross-compilation targets";
|
||||
Write-Host " x86_64-windows-gnu";
|
||||
|
|
|
|||
Loading…
Reference in a new issue