fix var name
This commit is contained in:
parent
f054d46613
commit
2d55f22ac1
2
run
2
run
|
@ -90,7 +90,7 @@ EOF
|
||||||
git archive --prefix=zig-$BOUNDFN/ $BOUNDFN | tar -C .. -x --exclude="stage1/zig1.wasm*"
|
git archive --prefix=zig-$BOUNDFN/ $BOUNDFN | tar -C .. -x --exclude="stage1/zig1.wasm*"
|
||||||
|
|
||||||
{
|
{
|
||||||
pushd "../zig-$REPLACE_ZIG1_WASM"
|
pushd "../zig-$BOUNDFN"
|
||||||
cp ../zig/stage1/zig1.wasm.zst stage1/
|
cp ../zig/stage1/zig1.wasm.zst stage1/
|
||||||
patch -p1 <"$HERE/0.10.0-675-g9d93b2ccf1-TypeOf-hack.patch"
|
patch -p1 <"$HERE/0.10.0-675-g9d93b2ccf1-TypeOf-hack.patch"
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Reference in New Issue