Use C++ compiler to detect mruby since we have to enable C++ ABI mode
Since default Debian/Ubuntu mruby package does not enable C++ ABI mode, it cannot be used with our C++ code, since mruby exception does not properly cleanup C++ object allocated on stack. We have to build mruby with conf.enable_cxx_abi explicitly. It is safe for us to build our own mruby.
Showing
Please register or sign in to comment