diff options
Diffstat (limited to 'project/pyexts.c')
-rw-r--r-- | project/pyexts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project/pyexts.c b/project/pyexts.c index 3456b4e..71bca45 100644 --- a/project/pyexts.c +++ b/project/pyexts.c @@ -127,7 +127,8 @@ static const struct pyext_meta pyexts[] = { "_curses_panel"), PYEXT_COMMON("_decimal", - "-I$(SOURCE_DIR)/Modules/_decimal/libmpdec",0, + "-I$(SOURCE_DIR)/Modules/_decimal/libmpdec -DUNIVERSAL", + 0, "_decimal/_decimal", "_decimal/libmpdec/basearith", "_decimal/libmpdec/constants", |