mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
nim dump: add libpath (#13249)
This commit is contained in:
committed by
Andreas Rumpf
parent
fb74497c99
commit
4cbeddddcc
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user