build-common

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

commit b00d5f298c2d397f6beceb1a3f6fe351f2280c32
parent 8bd2faccc2017a01a009c85fad4dc975d7482389
Author: ng0 <ng0@n0.is>
Date:   Fri,  4 Oct 2019 16:19:52 +0000

attempt to fix argparse

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

diff --git a/configure.py b/configure.py @@ -124,7 +124,7 @@ def _read_prefix(): if 'DEBUG' in os.environ: logger.debug('PREFIX from environment: %s', p_myprefix) myprefix = p_myprefix - else: + elif args.prefix: myprefix = args.prefix if args.yarn is not None: yarnexe = args.yarn