mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-11 04:16:45 +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") |