mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Minimize the changes in #5277
Instead of including `mruby/presym.h` everywhere, we provided the fallback `mruby/presym.inc` under `include/mruby` directory, and specify `-I<build-dir>/include` before `-I<top-dir>/include` in `presym.rake`. So even when someone drops `-I<build-dir>/include` in compiler options, it just compiles without failure.
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include <mruby/proc.h>
|
||||
#include <mruby/string.h>
|
||||
#include <mruby/variable.h>
|
||||
#include <mruby/presym.h>
|
||||
|
||||
struct iv_elem {
|
||||
mrb_sym key;
|
||||
|
||||
Reference in New Issue
Block a user