Set compiler.options.gPrefixDir to help it find the stdlib.
Fixes #220. Fixes #173.
This commit is contained in:
parent
cbdc4ed354
commit
b50426c3d3
2 changed files with 6 additions and 1 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue