From 770153228a349dcc58aac98fb9b2837f1b77243b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 6 Nov 2024 22:59:50 +0200 Subject: [PATCH] step8 is fine --- run | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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