build(nimble): Add `before build` step

This commit is contained in:
Emil Ivanichkov 2024-02-29 12:03:59 +02:00 committed by Emil Ivanichkov
parent 67029328e9
commit ee19a3a443
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,4 @@
# Package
version = "0.1.0"
author = "Status Research & Development GmbH"
description = "Back-end service for the Status node management GUI"
@ -28,3 +27,7 @@ requires "nim >= 1.6.14",
"dnsdisc",
"web3",
"libbacktrace"
before build:
exec("git submodule update --init --recursive")
exec("make librln")