vnmakarov / mir

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR
MIT License
2.24k stars 145 forks source link

CMake build broken with 9b7aa03 #395

Closed ningvin closed 1 month ago

ningvin commented 2 months ago

9b7aa03 renamed mir-run and related files to mir-bin-run. While this change was reflected in GNUmakefile, CMakeLists.txt still refers to the now missing mir-run.c. As a result, mir can no longer be built with CMake.

vnmakarov commented 1 month ago

Thank you for reporting this. Fixed by 927e9d0f2012b9843548f1da83f9c1535f857b74.

ningvin commented 1 month ago

Can confirm, problem is fixed