summaryrefslogtreecommitdiffhomepage
path: root/include
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 /include
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 'include')
-rw-r--r--include/mruby/presym.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/presym.h b/include/mruby/presym.h
index fd08a24da..876e4f4fb 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 <../build/presym.inc>
+#include <mruby/presym.inc>
};
#undef MRB_PRESYM_NAMED