Skip to content

Commit a77c390

Browse files
authored
Merge pull request #2769 from certik/win_patch
Fix build0_win.xsh on Windows
2 parents b074377 + a7100f2 commit a77c390

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build0_win.xsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ python src/libasr/asdl_cpp.py grammar/Python.asdl src/lpython/python_ast.h
1212
python src/libasr/asdl_cpp.py src/libasr/ASR.asdl src/libasr/asr.h
1313
# Generate a wasm_visitor.h from src/libasr/wasm_instructions.txt (C++)
1414
python src/libasr/wasm_instructions_visitor.py
15+
# Generate the intrinsic_function_registry_util.h (C++)
16+
python src/libasr/intrinsic_func_registry_util_gen.py
1517

1618
# Generate the tokenizer and parser
1719
pushd src/lpython/parser && re2c -W -b tokenizer.re -o tokenizer.cpp && popd

0 commit comments

Comments
 (0)