summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-29 06:17:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-29 06:17:04 (GMT)
commit095e32bfc511ee823af3752507c7211a305c8c00 (patch)
treeabed207a15f07cd102153e46d8d2050ef305e525 /Lib/distutils/command
parent6a8e1ea80c2f2e8334b659f208fa3798219aebea (diff)
parent4254e8c5484460b9be7e58dc89bd25815612fc37 (diff)
downloadcpython-095e32bfc511ee823af3752507c7211a305c8c00.zip
cpython-095e32bfc511ee823af3752507c7211a305c8c00.tar.gz
cpython-095e32bfc511ee823af3752507c7211a305c8c00.tar.bz2
merge 3.5 (#1703178)
Diffstat (limited to 'Lib/distutils/command')
-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 5e51ae4..74de782 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