step19: fix previous dir
This commit is contained in:
parent
49e58176df
commit
7094c8b0b6
2
run
2
run
|
@ -459,7 +459,7 @@ step19() {
|
||||||
git archive --prefix=zig-$STEP19_/ $STEP19 | tar -C .. -x
|
git archive --prefix=zig-$STEP19_/ $STEP19 | tar -C .. -x
|
||||||
{
|
{
|
||||||
pushd "../zig-$STEP19_"
|
pushd "../zig-$STEP19_"
|
||||||
../zig-$STEP16_/build/zig2 build --zig-lib-dir lib update-zig1
|
../zig-$STEP18_/build/zig2 build --zig-lib-dir lib update-zig1
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue