From 5c205e6ea14ac1fad40720da0689256103739b60 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Tue, 1 Dec 2020 12:16:55 +0900 Subject: 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. --- include/mruby/presym.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 +#include <../build/presym.inc> }; #undef MRB_PRESYM_NAMED -- cgit v1.2.3