std/build: change default install prefix to zig-out

Currently the default install prefix is $BUILD_ROOT/zig-cache,
but mixing cache and artifacts makes little sense. Instead make
$BUILD_ROOT/zig-out the default.
This commit is contained in:
Isaac Freund
2021-04-29 14:34:45 +02:00
parent 2ed368fb92
commit 5079d11b21
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@
# -andrewrk
zig-cache/
zig-out/
/release/
/debug/
/build/