summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-12-12 11:41:00 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-12-12 11:41:00 (GMT)
commitf19529cfd6747bb85afcae946de67663035a734a (patch)
tree1bf431d0341fa87653456121de91cb729e52d4ee /Misc
parent08d5ca6cd4a30e2f6a8df48fb9231a5321f72efc (diff)
downloadcpython-f19529cfd6747bb85afcae946de67663035a734a.zip
cpython-f19529cfd6747bb85afcae946de67663035a734a.tar.gz
cpython-f19529cfd6747bb85afcae946de67663035a734a.tar.bz2
Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are
defined in cross compiling mode, too.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e9a370c..c57b165 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -316,6 +316,9 @@ Tests
Build
-----
+- Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are
+ defined in cross compiling mode, too.
+
- Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.