mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-29 10:43:10 +00:00
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…
x
Reference in New Issue
Block a user