summaryrefslogtreecommitdiffhomepage
path: root/src/symbol.c
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2020-11-26 18:43:40 +0900
committerKOBAYASHI Shuji <[email protected]>2020-11-26 19:05:07 +0900
commit58ba883ee9a751268855dbe7bb336353204eaf91 (patch)
tree59b65bd7298f0835806e9a1adb29ed9f88f36b18 /src/symbol.c
parent79af3f30b4a138d73adc13dff4cda5ec95d8f438 (diff)
downloadmruby-58ba883ee9a751268855dbe7bb336353204eaf91.tar.gz
mruby-58ba883ee9a751268855dbe7bb336353204eaf91.zip
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.
Diffstat (limited to 'src/symbol.c')
-rw-r--r--src/symbol.c2
1 files changed, 1 insertions, 1 deletions
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 <mruby/presym.inc>
};
static mrb_sym