Skip to content

Commit 7c2a562

Browse files
authored
Merge pull request #1313 from certik/win1
Win: update build scripts to work
2 parents d12ce4e + 48403bf commit 7c2a562

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build0.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
xonsh ./build1_win.sh
2+
xonsh ./build0_win.xsh

build1_win.sh renamed to build0_win.xsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ python src/libasr/asdl_cpp.py src/libasr/ASR.asdl src/libasr/asr.h
1313

1414
pushd src/lpython/parser && re2c -W -b tokenizer.re -o tokenizer.cpp && popd
1515
pushd src/lpython/parser && bison -Wall -d -r all parser.yy && popd
16+
python src/libasr/wasm_instructions_visitor.py

0 commit comments

Comments
 (0)