summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/build_ext.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-28 23:17:04 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-28 23:17:04 -0700
commit095e32bfc511ee823af3752507c7211a305c8c00 (patch)
treeabed207a15f07cd102153e46d8d2050ef305e525 /Lib/distutils/command/build_ext.py
parent6a8e1ea80c2f2e8334b659f208fa3798219aebea (diff)
parent4254e8c5484460b9be7e58dc89bd25815612fc37 (diff)
downloadcpython-git-095e32bfc511ee823af3752507c7211a305c8c00.tar.gz
merge 3.5 (#1703178)
Diffstat (limited to 'Lib/distutils/command/build_ext.py')
-rw-r--r--Lib/distutils/command/build_ext.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/command/build_ext.py b/Lib/distutils/command/build_ext.py
index 5e51ae4ba1..74de782d8a 100644
--- a/Lib/distutils/command/build_ext.py
+++ b/Lib/distutils/command/build_ext.py
@@ -166,6 +166,7 @@ class build_ext(Command):
self.include_dirs.append(plat_py_include)
self.ensure_string_list('libraries')
+ self.ensure_string_list('link_objects')
# Life is easier if we're not forever checking for None, so
# simplify these options to empty lists if unset