- merge branches

This commit is contained in:
Matthias Klose 2012-06-30 18:26:26 +02:00
commit fe39bd12f8
7 changed files with 449 additions and 220 deletions

View file

@ -1818,7 +1818,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']