diff --git a/run b/run index 244e459..bd833ab 100755 --- a/run +++ b/run @@ -285,7 +285,7 @@ step08() { git archive --prefix=zig-$TO_/ $TO | tar -C .. -x { pushd "../zig-$TO_" - ../zig-$FROM_/build/zig2 build update-zig1 + ../zig-$FROM_/build/zig2 build --zig-lib-dir lib update-zig1 popd } } @@ -304,7 +304,5 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then if [[ "$step" -le 5 ]]; then step05; fi if [[ "$step" -le 6 ]]; then step06; fi if [[ "$step" -le 7 ]]; then step07; fi - - # not: if [[ "$step" -le 8 ]]; then step08; fi fi