From e98d54b050b0fba8d3d76a54e4eb39cd197ee5f1 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Sat, 29 Dec 2018 16:27:37 -0800 Subject: nim dump: add nimcache entry (#10122) --- compiler/main.nim | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/main.nim') diff --git a/compiler/main.nim b/compiler/main.nim index 54dc8cb23..b5f7e8364 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -284,6 +284,7 @@ proc mainCommand*(graph: ModuleGraph) = (key: "defined_symbols", val: definedSymbols), (key: "lib_paths", val: %libpaths), (key: "out", val: %conf.outFile.string), + (key: "nimcache", val: %getNimcacheDir(conf).string), (key: "hints", val: hints), (key: "warnings", val: warnings), ] -- cgit 1.4.1-2-gfad0