setup getPathsClause and parallels

This commit is contained in:
Jaremy Creechley 2023-07-17 16:29:23 -07:00
parent 6eb8b5a20b
commit dbca46be0f
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
import std/[os, osproc, strutils] import std/[os, osproc, strutils]
when declared(getPathsClause): when declared(getPathsClause):
## note this doesn't appear to work, what to do?
proc nimc(): string = "nim c -r " & getPathsClause() proc nimc(): string = "nim c -r " & getPathsClause()
else: else:
proc nimc(): string = "nim c -r " proc nimc(): string = "nim c -r "