Closed yamori813 closed 4 years ago
I try to build based mruby master on github.
I have build error.
thread.c:551: error: 'MRB_TT_HAS_BASIC' undeclared (first use in this function)
I seem MRB_TT_HAS_BASIC is delete in master in mruby.
This should be fixed in https://github.com/mattn/mruby-uv/pull/83 . Thank you for reporting.
I try to build based mruby master on github.
I have build error.
thread.c:551: error: 'MRB_TT_HAS_BASIC' undeclared (first use in this function)
I seem MRB_TT_HAS_BASIC is delete in master in mruby.