gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: check for jq


From: gnunet
Subject: [taler-wallet-core] branch master updated: check for jq
Date: Fri, 13 Nov 2020 22:19:18 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 98485e23 check for jq
98485e23 is described below

commit 98485e23436473c0d259858494c4a2b6f65f355b
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Nov 13 22:19:07 2020 +0100

    check for jq
---
 build-system/configure.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build-system/configure.py b/build-system/configure.py
index a34800c2..e3785b15 100644
--- a/build-system/configure.py
+++ b/build-system/configure.py
@@ -16,6 +16,8 @@ b = tbc.BuildConfig()
 b.enable_prefix()
 b.enable_configmk()
 b.add_tool(tbc.PosixTool("find"))
+b.add_tool(tbc.PosixTool("find"))
+b.add_tool(tbc.PosixTool("jq"))
 b.add_tool(tbc.NodeJsTool(version_spec=">=12"))
 b.add_tool(tbc.GenericTool("npm"))
 b.add_tool(tbc.GenericTool("pnpm", hint="Use 'sudo npm install -g pnpm' to 
install."))

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]