vnmakarov / mir

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake build broken with 9b7aa03

ningvin opened this issue · comments

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.

Thank you for reporting this. Fixed by 927e9d0.

Can confirm, problem is fixed