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…
Reference in New Issue