Fixed the paths of nimfix and nimsuggest to be relative.

This commit is contained in:
Joey Payne
2015-04-25 12:07:35 -06:00
parent 47271b094c
commit db84afe016
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