mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Whitespace.
This commit is contained in:
parent
c35a8e5c98
commit
3746aee905
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1811,7 +1811,7 @@ class PyBuildExt(build_ext):
|
|||
|
||||
def _decimal_ext(self):
|
||||
extra_compile_args = []
|
||||
undef_macros=['NDEBUG']
|
||||
undef_macros = ['NDEBUG']
|
||||
if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"):
|
||||
include_dirs = []
|
||||
libraries = ['mpdec']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue