diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-02-20 20:00:16 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-02-20 20:00:16 +0100 |
commit | 49dcf0658ba63084ba858386bc357592c365676f (patch) | |
tree | 3624c6dcb76bd96183ed225293eaefb05ea37a0d | |
parent | e8e8c9bfaca2727fc4cb9eeb835e337de54995a7 (diff) | |
parent | b6cde0bab01086f0d0e840f05a2f7ea375e2d3a8 (diff) | |
download | Nim-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.cfg | 2 |
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" |