Commit 35edbb06 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Deactivate / Activate GEMs Flag introduced into src/init.c

parent 6ebc1918
......@@ -67,7 +67,9 @@ mrb_init_core(mrb_state *mrb)
#endif
mrb_init_mrblib(mrb);
#ifdef ENABLE_GEMS
mrb_init_mrbgems(mrb);
#endif
mrb_gc_arena_restore(mrb, 0);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment