diff options
author | Stefan Krah <skrah@bytereef.org> | 2013-11-24 18:56:23 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2013-11-24 18:56:23 (GMT) |
commit | daa96b7669e79882c0e4979902b25a0614a4585a (patch) | |
tree | 2db36591ec8f905a8ad95d721fe3dd2c5f7f5cb8 /setup.py | |
parent | 7587507a970b2a1afc5cc311c668f3f4af514bd1 (diff) | |
parent | 45059eb1d0788aa74ea383c89cf2f8c7a32fd2aa (diff) | |
download | cpython-daa96b7669e79882c0e4979902b25a0614a4585a.zip cpython-daa96b7669e79882c0e4979902b25a0614a4585a.tar.gz cpython-daa96b7669e79882c0e4979902b25a0614a4585a.tar.bz2 |
Merge from 3.3.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1956,7 +1956,7 @@ class PyBuildExt(build_ext): undef_macros = [] if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"): include_dirs = [] - libraries = ['mpdec'] + libraries = [':libmpdec.so.2'] sources = ['_decimal/_decimal.c'] depends = ['_decimal/docstrings.h'] else: |