gnunet-svn
[Top][All Lists]
Advanced

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

[taler-build-common] branch master updated: write variant to config.mk


From: gnunet
Subject: [taler-build-common] branch master updated: write variant to config.mk
Date: Sat, 14 Dec 2019 14:49:43 +0100

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

ng0 pushed a commit to branch master
in repository build-common.

The following commit(s) were added to refs/heads/master by this push:
     new 996bc45  write variant to config.mk
996bc45 is described below

commit 996bc45cbf3acf72f270bbd8fb428b3ffe2fe8e1
Author: ng0 <address@hidden>
AuthorDate: Sat Dec 14 13:49:29 2019 +0000

    write variant to config.mk
---
 talerbuildconfig.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/talerbuildconfig.py b/talerbuildconfig.py
index b444513..468da1a 100644
--- a/talerbuildconfig.py
+++ b/talerbuildconfig.py
@@ -125,6 +125,8 @@ class BuildConfig:
                 f.write("# this makefile fragment is autogenerated by 
configure.py\n")
                 if self.prefix_enabled:
                     f.write(f"prefix = {args.prefix}\n")
+                if self.variant_enabled:
+                    f.write(f"variant = {args.variant}\n")
                 for tool in self.tools:
                     path, version = self.tool_results[tool.name]
                     f.write(f"{tool.name} = {path}\n")

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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