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.
This commit is contained in:
KOBAYASHI Shuji
2020-11-26 18:43:40 +09:00
parent 79af3f30b4
commit 58ba883ee9
6 changed files with 154 additions and 149 deletions
+1 -1
View File
@@ -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