This commit is contained in:
Judah Caruso 2026-02-20 00:07:44 -07:00
parent 60f2b5d5e2
commit 5744fff316

2
do.ps1
View file

@ -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";