1
Fork 0

add a comment for step18

This commit is contained in:
Motiejus Jakštys 2024-11-08 20:07:37 +02:00
parent 0ff04803dc
commit f106bc9471
1 changed files with 2 additions and 1 deletions

3
run
View File

@ -422,7 +422,8 @@ step17() {
{ {
pushd "../zig-$STEP17_" pushd "../zig-$STEP17_"
../zig-$STEP16_/build/zig2 build --zig-lib-dir lib update-zig1 ../zig-$STEP16_/build/zig2 build --zig-lib-dir lib update-zig1
fullbuild
fullbuild # TODO remove after step18 works
popd popd
} }
} }