diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-06-30 16:20:33 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-06-30 16:20:33 (GMT) |
commit | 3746aee9059567b5199051a5147aecbecb6a5acf (patch) | |
tree | 6f515f2d396a31af9226255cdafae30f05d9ef77 /setup.py | |
parent | c35a8e5c98c4ae43027c57e679da62fa9e132060 (diff) | |
download | cpython-3746aee9059567b5199051a5147aecbecb6a5acf.zip cpython-3746aee9059567b5199051a5147aecbecb6a5acf.tar.gz cpython-3746aee9059567b5199051a5147aecbecb6a5acf.tar.bz2 |
Whitespace.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] |