diff options
author | Stefan Krah <skrah@bytereef.org> | 2017-02-04 13:59:11 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2017-02-04 13:59:11 (GMT) |
commit | 26581785f3625e05d888f120dac9087002d5602e (patch) | |
tree | 7d8f2629e4513ee116595320adcff3a665cda22b /setup.py | |
parent | 5cd87a8d61246b0a6233bfb8503d4718b693cef0 (diff) | |
parent | 75c0d4f6bb97e723adc3a03c0ff6aaaee0c6981a (diff) | |
download | cpython-26581785f3625e05d888f120dac9087002d5602e.zip cpython-26581785f3625e05d888f120dac9087002d5602e.tar.gz cpython-26581785f3625e05d888f120dac9087002d5602e.tar.bz2 |
Merge 3.6.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2015,7 +2015,7 @@ class PyBuildExt(build_ext): 'Modules', '_decimal', 'libmpdec'))] - libraries = [] + libraries = self.detect_math_libs() sources = [ '_decimal/_decimal.c', '_decimal/libmpdec/basearith.c', |