mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
c6d589e049
In the current behavior, include/ dirs in mrbgems are set to core's compiler.include_paths. And they are never set to mrbgem's include_paths. It may cause some dangerous issues because it can change mruby core's macros by mrbgems. After this fix, include/ in a gem is used in the gem itself only.