summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorxdegaye <xdegaye@gmail.com>2017-11-25 16:25:30 (GMT)
committerGitHub <noreply@github.com>2017-11-25 16:25:30 (GMT)
commit77f5139954a878b856b0ac4c76486b27b6f4ec26 (patch)
tree09a382ba9c3ca3d3699405fec8d2e3e5f15eb4ca /Misc
parentcfa797c0681b7fef47cf93955fd06b54ddd09a7f (diff)
downloadcpython-77f5139954a878b856b0ac4c76486b27b6f4ec26.zip
cpython-77f5139954a878b856b0ac4c76486b27b6f4ec26.tar.gz
cpython-77f5139954a878b856b0ac4c76486b27b6f4ec26.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2017-11-18-11-19-28.bpo-32059.a0Hxgp.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-11-18-11-19-28.bpo-32059.a0Hxgp.rst b/Misc/NEWS.d/next/Build/2017-11-18-11-19-28.bpo-32059.a0Hxgp.rst
new file mode 100644
index 0000000..a071bd8
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-11-18-11-19-28.bpo-32059.a0Hxgp.rst
@@ -0,0 +1,2 @@
+``detect_modules()`` in ``setup.py`` now also searches the sysroot paths
+when cross-compiling.