]> granicus.if.org Git - python/commit
bpo-32059: setup.py now also searches the sysroot paths (GH-4452) (#4562)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Nov 2017 16:52:20 +0000 (08:52 -0800)
committerxdegaye <xdegaye@gmail.com>
Sat, 25 Nov 2017 16:52:20 +0000 (17:52 +0100)
commit04af8ace86d4396bc64fc401f36049ab745fd8c1
treefd1c04375a0a45aa25f330790de7d0fa51c63f38
parent6bce8ace76dcd49a4c8fe4542a28abda0577bff3
bpo-32059: setup.py now also searches the sysroot paths (GH-4452) (#4562)

detect_modules() in setup.py now also searches the sysroot paths when
cross-compiling.
(cherry picked from commit 77f5139954a878b856b0ac4c76486b27b6f4ec26)
Misc/NEWS.d/next/Build/2017-11-18-11-19-28.bpo-32059.a0Hxgp.rst [new file with mode: 0644]
setup.py