summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-04-24 20:25:57 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-04-24 20:25:57 +0200
commit61d0a649aa96fb25c479f663835f67c934e35bc0 (patch)
treeaaf9069b04c7eb0751fa0d13f03a1a7f0aae19a0
parentb95d1ed223eb95726e0490d21fd7bc869fe45ea7 (diff)
parent01e9c7d450eb676b1ecd257f8de378ef410d76fd (diff)
downloadNim-61d0a649aa96fb25c479f663835f67c934e35bc0.tar.gz
Merge pull request #2598 from jyapayne/devel
Added explicit imports for compiler modules to fix compiling nimsuggest on it's own.
-rw-r--r--compiler/nimfix/nimfix.nim.cfg2
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