mirror of
https://github.com/logos-storage/nim-libp2p.git
synced 2026-01-02 13:43:11 +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") |