build-common

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

commit 6ed0bb52a46a4912c9c91b4f28838a1ccd48462b
parent 10007a30586ff20fd0070beb78c565229c6badc1
Author: ng0 <ng0@n0.is>
Date:   Fri,  4 Oct 2019 16:53:37 +0000

debug logs.

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

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