From 58ba883ee9a751268855dbe7bb336353204eaf91 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Thu, 26 Nov 2020 18:43:40 +0900 Subject: Create presym files for each build target Previously, presym files were always created in `build/{presym,presym.inc}`. However, this constraint is inconvenient because it is common to use multiple build configurations and build targets in a single mruby tree. Therefore, change to create presym file for each build target. --- src/symbol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/symbol.c b/src/symbol.c index c78f41f63..18ef44e77 100644 --- a/src/symbol.c +++ b/src/symbol.c @@ -20,7 +20,7 @@ static const struct { const char *name; uint16_t len; } presym_table[] = { -#include <../build/presym.inc> +#include }; static mrb_sym -- cgit v1.2.3