diff options
| author | KOBAYASHI Shuji <[email protected]> | 2020-12-01 12:16:55 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2020-12-01 12:16:55 +0900 |
| commit | 5c205e6ea14ac1fad40720da0689256103739b60 (patch) | |
| tree | a5acbce10b7b8e120e67d23f0ded318fc3236682 /include | |
| parent | 98d5aa8d742dfd314e492a0649aef6fd324665f4 (diff) | |
| download | mruby-5c205e6ea14ac1fad40720da0689256103739b60.tar.gz mruby-5c205e6ea14ac1fad40720da0689256103739b60.zip | |
Revert "Create presym files for each build target" (58ba883e)
Due to the above changes, it may not work with the existing build
configurations in cross-compilation (even if we can build without presym),
therefore revert it once (ref https://github.com/mruby/mruby/pull/5202#issuecomment-735412643). Sorry for the lack of consideration.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/presym.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/presym.h b/include/mruby/presym.h index 876e4f4fb..fd08a24da 100644 --- a/include/mruby/presym.h +++ b/include/mruby/presym.h @@ -16,7 +16,7 @@ #define MRB_PRESYM_UNNAMED(lit, num) enum mruby_presym { -#include <mruby/presym.inc> +#include <../build/presym.inc> }; #undef MRB_PRESYM_NAMED |
