nim dump: add nimcache entry (#10122)

This commit is contained in:
Timothee Cour
2018-12-29 16:27:37 -08:00
committed by Andreas Rumpf
parent 9c65ea0d16
commit e98d54b050

View File

@@ -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),
]