mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-01-12 03:14:15 +00:00
6 lines
168 B
Nim
6 lines
168 B
Nim
# to allow locking
|
|
if dirExists("nimbledeps/pkgs"):
|
|
switch("NimblePath", "nimbledeps/pkgs")
|
|
|
|
when (NimMajor, NimMinor) > (1, 2):
|
|
switch("hint", "XCannotRaiseY:off") |