From 61bce47f3cb7b4adf1d5292b3c431ca4048ad038 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 8 Aug 2018 20:14:18 +0200 Subject: Use settings for json and pcf --- json/jsonparse.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'json') 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; -- cgit v1.2.3