nim-libp2p/config.nims

6 lines
168 B
Plaintext
Raw Normal View History

# to allow locking
if dirExists("nimbledeps/pkgs"):
switch("NimblePath", "nimbledeps/pkgs")
2022-05-24 13:10:57 +00:00
when (NimMajor, NimMinor) > (1, 2):
switch("hint", "XCannotRaiseY:off")