zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 30e09270fbba848d9d65d918f4d78f2fb80a32a7 (tree)
parent e1da5551489c9508c1da24a9c404f8a22f7fc9ca
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Tue, 22 Nov 2022 01:28:08 -0800

CI: add missing backslash

Diffstat:
Mci/linux/build-x86_64-debug.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/linux/build-x86_64-debug.sh b/ci/linux/build-x86_64-debug.sh @@ -30,7 +30,7 @@ cd "$ZIGDIR" echo "building stage3-debug with zig version $($OLD_ZIG version)" "$OLD_ZIG" build \ - --prefix stage3 + --prefix stage3 \ --search-prefix "$DEPS_LOCAL" \ --zig-lib-dir lib \ -Denable-stage1 \