mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
CI: add missing backslash
This commit is contained in:
parent
e1da555148
commit
30e09270fb
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ cd "$ZIGDIR"
|
||||||
echo "building stage3-debug with zig version $($OLD_ZIG version)"
|
echo "building stage3-debug with zig version $($OLD_ZIG version)"
|
||||||
|
|
||||||
"$OLD_ZIG" build \
|
"$OLD_ZIG" build \
|
||||||
--prefix stage3
|
--prefix stage3 \
|
||||||
--search-prefix "$DEPS_LOCAL" \
|
--search-prefix "$DEPS_LOCAL" \
|
||||||
--zig-lib-dir lib \
|
--zig-lib-dir lib \
|
||||||
-Denable-stage1 \
|
-Denable-stage1 \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue