mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-05 23:23:10 +00:00
Add nimbledeps to be sure that dependencies are isolated
This commit is contained in:
parent
b3d4bd40fc
commit
59be09b8a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ nimcache
|
|||||||
TODO
|
TODO
|
||||||
nimble.develop
|
nimble.develop
|
||||||
nimble.paths
|
nimble.paths
|
||||||
|
nimbledeps
|
||||||
|
|||||||
@ -14,3 +14,7 @@ when (NimMajor, NimMinor) > (1, 2):
|
|||||||
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
||||||
include "nimble.paths"
|
include "nimble.paths"
|
||||||
# end Nimble config
|
# end Nimble config
|
||||||
|
|
||||||
|
when (NimMajor, NimMinor) >= (2, 0):
|
||||||
|
--mm:refc
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user