Merge pull request #2605 from jyapayne/devel

Fixed the paths of nimfix and nimsuggest to be relative.
This commit is contained in:
Andreas Rumpf
2015-04-26 11:08:47 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ hint[XDeclaredButNotUsed]:off
path:"$projectPath/.."
path:"$lib/packages/docutils"
path:"../compiler"
path:"../../compiler"
define:useStdoutAsStdmsg
symbol:nimfix

View File

@@ -6,7 +6,7 @@ hint[XDeclaredButNotUsed]:off
path:"$projectPath/../.."
path:"$lib/packages/docutils"
path:"$nim/compiler"
path:"../../compiler"
define:useStdoutAsStdmsg
define:nimsuggest