nim dump: add libpath (#13249)

This commit is contained in:
Timothee Cour
2020-01-24 11:06:54 -08:00
committed by Andreas Rumpf
parent fb74497c99
commit 4cbeddddcc

View File

@@ -306,6 +306,7 @@ proc mainCommand*(graph: ModuleGraph) =
var dumpdata = %[
(key: "version", val: %VersionAsString),
(key: "prefixdir", val: %conf.getPrefixDir().string),
(key: "libpath", val: %conf.libpath.string),
(key: "project_path", val: %conf.projectFull.string),
(key: "defined_symbols", val: definedSymbols),
(key: "lib_paths", val: %libpaths),