]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191)
authorpxinwr <peixing.xin@windriver.com>
Fri, 22 Jan 2021 00:55:52 +0000 (08:55 +0800)
committerGitHub <noreply@github.com>
Fri, 22 Jan 2021 00:55:52 +0000 (01:55 +0100)
commit5e45f1c8e7bc5f0ab8feba88b9b6e47066203a5c
tree7cc31c8f804e304d82ccbc56ec269de273551ad6
parent6713e869c4989c04318158b406c30a147ea52904
bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191)

Add library search path by wr-cc in add_cross_compiling_paths().
Misc/NEWS.d/next/Build/2021-01-11-23-26-00.bpo-31904.ty8f3h.rst [new file with mode: 0644]
setup.py