mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Merge from 3.3.
This commit is contained in:
commit
daa96b7669
6 changed files with 331 additions and 39 deletions
2
setup.py
2
setup.py
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue