mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
Switch to the new style of importing vendor packages (#4218)
This commit is contained in:
parent
576b999387
commit
3f90fe8a7d
3
.gitignore
vendored
3
.gitignore
vendored
@ -70,3 +70,6 @@ resttest0_data
|
|||||||
# Nimble user files
|
# Nimble user files
|
||||||
nimble.develop
|
nimble.develop
|
||||||
nimble.paths
|
nimble.paths
|
||||||
|
|
||||||
|
# nimbus-build-system files
|
||||||
|
nimbus-build-system.paths
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
import strutils
|
import strutils
|
||||||
|
|
||||||
|
--noNimblePath
|
||||||
|
|
||||||
|
if getEnv("NIMBUS_BUILD_SYSTEM") == "yes" and
|
||||||
|
system.fileExists("nimbus-build-system.paths"):
|
||||||
|
include "nimbus-build-system.paths"
|
||||||
|
|
||||||
const nimCachePathOverride {.strdefine.} = ""
|
const nimCachePathOverride {.strdefine.} = ""
|
||||||
when nimCachePathOverride == "":
|
when nimCachePathOverride == "":
|
||||||
when defined(release):
|
when defined(release):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user