this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Do not depend on YACC

https://github.com/nesbox/TIC-80/pull/1726#issuecomment-989728667:
> mruby can be built without yacc(or GNU Bison) after mruby 2.1.2+( https://mruby.org/releases/2020/08/06/mruby-2.1.2-released.html).

+1 -5
+1 -5
CMakeLists.txt
··· 231 231 ################################ 232 232 233 233 find_program(RAKE rake) 234 - find_program(YACC yacc) 235 234 if(NOT RAKE) 236 - message(FATAL_ERROR "Program `rake' not found! Ruby and `rake' are required to build mruby support.") 237 - endif() 238 - if(NOT YACC) 239 - message(FATAL_ERROR "Program `yacc' not found! Either `yacc' or GNU Bison is required to build mruby support.") 235 + message(FATAL_ERROR "Program `rake' not found! Ruby \"rake\" is required to build mruby support.") 240 236 endif() 241 237 242 238 set(MRUBY_DIR ${THIRDPARTY_DIR}/mruby)