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
936b44e50a
commit
283c92e362
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)"
|
||||
|
||||
"$OLD_ZIG" build \
|
||||
--prefix stage3
|
||||
--prefix stage3 \
|
||||
--search-prefix "$DEPS_LOCAL" \
|
||||
--zig-lib-dir lib \
|
||||
-Denable-stage1 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue