build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

commit 4c77f5d09b8b9100cdb172232537f41c0815c5e3
parent c9671dbff3661d34a257e4ca7ef98db4ee4c7ab7
Author: ng0 <ng0@n0.is>
Date:   Wed,  9 Oct 2019 14:55:25 +0000

Merge branch 'master' of git.taler.net:taler-build-scripts

Diffstat:
Mconfigure.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure.py b/configure.py @@ -63,6 +63,7 @@ def tool_pybabel(): # if true, return the matching name +# Far from ideal list. def tool_browser(): if 'BROWSER' in os.environ: return os.environ.get('BROWSER')