mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-12 03:47:07 +00:00
tweaking config.nims
This commit is contained in:
parent
e0083963a9
commit
0ac0aab683
@ -16,13 +16,10 @@ when getEnv("NIMBUS_BUILD_SYSTEM") == "yes" and
|
||||
# matching where the Nim command was invocated. This means that we
|
||||
# must do all file existance checks with full absolute paths:
|
||||
system.fileExists(currentDir & "nimbus-build-system.paths"):
|
||||
echo "Using Nimbus Build"
|
||||
echo "Using Nimbus Paths"
|
||||
include "nimbus-build-system.paths"
|
||||
elif fileExists("nimble.paths"):
|
||||
echo "Using Nimble Build"
|
||||
echo "Using Nimble Paths"
|
||||
# begin Nimble config (version 1)
|
||||
include "nimble.paths"
|
||||
# end Nimble config
|
||||
elif fileExists("atlas.paths"):
|
||||
echo "Using Atlas Build"
|
||||
include "atlas.paths"
|
||||
|
Loading…
x
Reference in New Issue
Block a user