diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-04-24 20:25:57 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-04-24 20:25:57 +0200 |
commit | 61d0a649aa96fb25c479f663835f67c934e35bc0 (patch) | |
tree | aaf9069b04c7eb0751fa0d13f03a1a7f0aae19a0 /compiler | |
parent | b95d1ed223eb95726e0490d21fd7bc869fe45ea7 (diff) | |
parent | 01e9c7d450eb676b1ecd257f8de378ef410d76fd (diff) | |
download | Nim-61d0a649aa96fb25c479f663835f67c934e35bc0.tar.gz |
Merge pull request #2598 from jyapayne/devel
Added explicit imports for compiler modules to fix compiling nimsuggest on it's own.
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/nimfix/nimfix.nim.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimfix/nimfix.nim.cfg b/compiler/nimfix/nimfix.nim.cfg index 533563a98..b23ed13fb 100644 --- a/compiler/nimfix/nimfix.nim.cfg +++ b/compiler/nimfix/nimfix.nim.cfg @@ -5,7 +5,7 @@ hint[XDeclaredButNotUsed]:off path:"$projectPath/.." path:"$lib/packages/docutils" -path:"$nim/compiler" +path:"../compiler" define:useStdoutAsStdmsg symbol:nimfix |