summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-26 21:17:47 +0900
committerGitHub <[email protected]>2020-11-26 21:17:47 +0900
commit521c16d738b3724657fed8c0c8aa3eb203008cdb (patch)
tree139bd650ca90d6d8eb00fc47f566cbb03c1a0026 /src
parent7f5e257f77c40bef4023b41639d4188de27a5708 (diff)
parent58ba883ee9a751268855dbe7bb336353204eaf91 (diff)
downloadmruby-521c16d738b3724657fed8c0c8aa3eb203008cdb.tar.gz
mruby-521c16d738b3724657fed8c0c8aa3eb203008cdb.zip
Merge pull request #5194 from shuujii/create-presym-files-for-each-build-target
Create presym files for each build target
Diffstat (limited to 'src')
-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