]> granicus.if.org Git - python/commit
bpo-32059: setup.py now also searches the sysroot paths (GH-4452)
authorxdegaye <xdegaye@gmail.com>
Sat, 25 Nov 2017 16:25:30 +0000 (17:25 +0100)
committerGitHub <noreply@github.com>
Sat, 25 Nov 2017 16:25:30 +0000 (17:25 +0100)
commit77f5139954a878b856b0ac4c76486b27b6f4ec26
tree09a382ba9c3ca3d3699405fec8d2e3e5f15eb4ca
parentcfa797c0681b7fef47cf93955fd06b54ddd09a7f
bpo-32059: setup.py now also searches the sysroot paths (GH-4452)

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