Skip to content

Commit

Permalink
backport prefixdir from nim-lang#13117
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Apr 19, 2020
1 parent b692438 commit 06981d8
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 @@ -303,6 +303,7 @@ proc mainCommand*(graph: ModuleGraph) =

var dumpdata = %[
(key: "version", val: %VersionAsString),
(key: "prefixdir", val: %conf.getPrefixDir().string),
(key: "project_path", val: %conf.projectFull.string),
(key: "defined_symbols", val: definedSymbols),
(key: "lib_paths", val: %libpaths),
Expand Down

0 comments on commit 06981d8

Please sign in to comment.