mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-02 23:35:31 +00:00
cross platform nimbus-build-system.paths configuration
previous version doesn't works on Windows.
This commit is contained in:
parent
e355c376f7
commit
c681c8bc35
@ -1,9 +1,8 @@
|
|||||||
import strutils
|
import strutils
|
||||||
|
|
||||||
--noNimblePath
|
when getEnv("NIMBUS_BUILD_SYSTEM") == "yes" and
|
||||||
|
system.fileExists("nimbus-build-system.paths"):
|
||||||
if getEnv("NIMBUS_BUILD_SYSTEM") == "yes" and
|
--noNimblePath
|
||||||
system.fileExists("nimbus-build-system.paths"):
|
|
||||||
include "nimbus-build-system.paths"
|
include "nimbus-build-system.paths"
|
||||||
|
|
||||||
if defined(release):
|
if defined(release):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user