defs.mk: Disable BUILD_PKG_CONFIG #56
1 changed files with 1 additions and 1 deletions
|
|
@ -57,4 +57,4 @@ class CmdPythonpath(Cmd): # export
|
||||||
path = f'{args.path_component_prefix}{path}'
|
path = f'{args.path_component_prefix}{path}'
|
||||||
out.append(path)
|
out.append(path)
|
||||||
if out:
|
if out:
|
||||||
print(args.delimiter.join(reversed(out)))
|
print(args.delimiter.join(out))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue