From 5d8f7ae2d3ea618fe88695572b08a43e8195a920 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Jun 2021 16:52:38 +0000 Subject: project: pyext: _decimal extension: added refined host configuration. --- project/variants/3.7.1/pyexts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/variants/3.7.1/pyexts.h') diff --git a/project/variants/3.7.1/pyexts.h b/project/variants/3.7.1/pyexts.h index 40b7aa8..c0e6487 100644 --- a/project/variants/3.7.1/pyexts.h +++ b/project/variants/3.7.1/pyexts.h @@ -130,7 +130,7 @@ static const struct pyext_meta pyexts[] = { "_curses_panel"), PYEXT_COMMON("_decimal", - "-I$(SOURCE_DIR)/Modules/_decimal/libmpdec -DUNIVERSAL", + "-I$(SOURCE_DIR)/Modules/_decimal/libmpdec", 0, "_decimal/_decimal", "_decimal/libmpdec/basearith", -- cgit v1.2.3