defs.mk: Disable BUILD_PKG_CONFIG #56
1 changed files with 1 additions and 1 deletions
Revert "cmds.projects.CmdPythonpath: Reverse PYTHONPATH"
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m11s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m23s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m9s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 3m57s
CI / Packaging test (push) Successful in 0s
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m11s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m23s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m9s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 3m57s
CI / Packaging test (push) Successful in 0s
This reverts commit 11ccaef832.
PYTHONPATH was actually produced correctly by CmdPythonpath before
this commit. This was a red herring, suggested by a buggy downstream
project, revert the change.
Signed-off-by: Jan Lindemann <jan@janware.com>
commit
0861ed06ae
|
|
@ -57,4 +57,4 @@ class CmdPythonpath(Cmd): # export
|
|||
path = f'{args.path_component_prefix}{path}'
|
||||
out.append(path)
|
||||
if out:
|
||||
print(args.delimiter.join(reversed(out)))
|
||||
print(args.delimiter.join(out))
|
||||
|
|
|
|||
Loading…
Reference in a new issue