diff options
author | Hans Raaf <hara@oderwat.de> | 2015-02-20 15:05:15 +0100 |
---|---|---|
committer | Hans Raaf <hara@oderwat.de> | 2015-02-20 18:31:39 +0100 |
commit | b6cde0bab01086f0d0e840f05a2f7ea375e2d3a8 (patch) | |
tree | 0c0030e214f395ef605b2294b56164aa6be8669d /compiler/nimfix | |
parent | 95861aecf02924f84a02ee6607f1820e7f5daca4 (diff) | |
download | Nim-b6cde0bab01086f0d0e840f05a2f7ea375e2d3a8.tar.gz |
Changed project relative path to include the right directory.
Diffstat (limited to 'compiler/nimfix')
-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" |