1
Fork 0

have_stage1

This commit is contained in:
Motiejus Jakštys 2024-11-03 21:32:28 +02:00
parent 9bf4432623
commit 25c64789dc
1 changed files with 1 additions and 1 deletions

2
run
View File

@ -36,7 +36,7 @@ git mv stage1/config.zig.in src
# removing the wasi-based stage1 just to be sure
git rm stage1/zig1.wasm.zst
sed -i '/have_stage1/ s/true/false/' src/config.zig.in
sed -i '/have_stage1/ s/false/true/' src/config.zig.in
git checkout $REMOVE_FSTAGE1~1 build.zig CMakeLists.txt