1
Fork 0

step19: fix previous dir

This commit is contained in:
Motiejus Jakštys 2024-11-09 15:25:17 +02:00
parent 49e58176df
commit 7094c8b0b6
1 changed files with 1 additions and 1 deletions

2
run
View File

@ -459,7 +459,7 @@ step19() {
git archive --prefix=zig-$STEP19_/ $STEP19 | tar -C .. -x
{
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
}
}