setup getPathsClause and parallels
This commit is contained in:
parent
6eb8b5a20b
commit
dbca46be0f
|
@ -5,6 +5,7 @@
|
|||
import std/[os, osproc, strutils]
|
||||
|
||||
when declared(getPathsClause):
|
||||
## note this doesn't appear to work, what to do?
|
||||
proc nimc(): string = "nim c -r " & getPathsClause()
|
||||
else:
|
||||
proc nimc(): string = "nim c -r "
|
||||
|
|
Loading…
Reference in New Issue