Set compiler.options.gPrefixDir to help it find the stdlib.

Fixes #220. Fixes #173.
This commit is contained in:
Dominik Picheta 2016-06-06 21:16:08 +01:00
commit b50426c3d3
2 changed files with 6 additions and 1 deletions

View file

@ -10,7 +10,7 @@ srcDir = "src"
# Dependencies
requires "nim >= 0.13.0"
requires "nim >= 0.13.0", "compiler#head"
task tests, "Run the Nimble tester!":
withDir "tests":