mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-02 15:24:01 +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
|
||||
|
||||
--noNimblePath
|
||||
|
||||
if getEnv("NIMBUS_BUILD_SYSTEM") == "yes" and
|
||||
system.fileExists("nimbus-build-system.paths"):
|
||||
when getEnv("NIMBUS_BUILD_SYSTEM") == "yes" and
|
||||
system.fileExists("nimbus-build-system.paths"):
|
||||
--noNimblePath
|
||||
include "nimbus-build-system.paths"
|
||||
|
||||
if defined(release):
|
||||
|
Loading…
x
Reference in New Issue
Block a user