Skip to content

Commit

Permalink
nim dump: add libpath (nim-lang#13249)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour authored and Araq committed Jan 24, 2020
1 parent fb74497 commit 4cbeddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 4cbeddd

Please sign in to comment.