have_stage1
This commit is contained in:
parent
9bf4432623
commit
25c64789dc
2
run
2
run
|
@ -36,7 +36,7 @@ git mv stage1/config.zig.in src
|
||||||
# removing the wasi-based stage1 just to be sure
|
# removing the wasi-based stage1 just to be sure
|
||||||
git rm stage1/zig1.wasm.zst
|
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
|
git checkout $REMOVE_FSTAGE1~1 build.zig CMakeLists.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue