mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
CI: add missing backslash
This commit is contained in:
parent
936b44e50a
commit
283c92e362
@ -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…
Reference in New Issue
Block a user