build-common

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

commit be65740e719b250e38d629526d5683f47a44e77d
parent ab8503f11de99b030368d24faf7c8788de9eb84e
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 14 Oct 2019 22:28:08 +0530

fix template

Diffstat:
Mconfigure.py.template | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.py.template b/configure.py.template @@ -9,7 +9,7 @@ if not base_dir.exists(): f"build system directory ({base_dir}) missing", file=sys.stderr ) sys.exit(1) -sys.path.insert(0, base_dir) +sys.path.insert(0, str(base_dir)) from talerbuildconfig import *