summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-02-20 20:00:16 +0100
committerAndreas Rumpf <rumpf_a@web.de>2015-02-20 20:00:16 +0100
commit49dcf0658ba63084ba858386bc357592c365676f (patch)
tree3624c6dcb76bd96183ed225293eaefb05ea37a0d
parente8e8c9bfaca2727fc4cb9eeb835e337de54995a7 (diff)
parentb6cde0bab01086f0d0e840f05a2f7ea375e2d3a8 (diff)
downloadNim-49dcf0658ba63084ba858386bc357592c365676f.tar.gz
Merge pull request #2180 from oderwat/fix-nimfix-compile
Changed paths so that it nimfix compiles from prominent dirs.
-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 31a41e080..533563a98 100644
--- a/compiler/nimfix/nimfix.nim.cfg
+++ b/compiler/nimfix/nimfix.nim.cfg
@@ -2,7 +2,7 @@
 # gc:markAndSweep
 
 hint[XDeclaredButNotUsed]:off
-path:"$projectPath/../.."
+path:"$projectPath/.."
 
 path:"$lib/packages/docutils"
 path:"$nim/compiler"