diff options
Diffstat (limited to 'json/jsonparse.cc')
-rw-r--r-- | json/jsonparse.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/jsonparse.cc b/json/jsonparse.cc index 89c2b8d9..9e86f93e 100644 --- a/json/jsonparse.cc +++ b/json/jsonparse.cc @@ -754,6 +754,7 @@ bool parse_json_file(std::istream &f, std::string &filename, Context *ctx) log_info("Checksum: 0x%08x\n", ctx->checksum()); log_break(); + ctx->settings.emplace(ctx->id("project/input/json"), filename); return true; } catch (log_execution_error_exception) { return false; |