summaryrefslogtreecommitdiff
path: root/project/variants/3.6.3/pyexts.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-19 16:52:38 +0000
committermidipix <writeonce@midipix.org>2021-06-19 16:52:38 +0000
commit5d8f7ae2d3ea618fe88695572b08a43e8195a920 (patch)
tree9ac40c5c86377245ae3e20ec3a50b048b0dcaf30 /project/variants/3.6.3/pyexts.h
parente64c9dfb9a3e3c032b1cb4c011977ecc71452204 (diff)
downloadsbpython3-5d8f7ae2d3ea618fe88695572b08a43e8195a920.tar.bz2
sbpython3-5d8f7ae2d3ea618fe88695572b08a43e8195a920.tar.xz
project: pyext: _decimal extension: added refined host configuration.
Diffstat (limited to 'project/variants/3.6.3/pyexts.h')
-rw-r--r--project/variants/3.6.3/pyexts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/variants/3.6.3/pyexts.h b/project/variants/3.6.3/pyexts.h
index 0cd5a7e..352bb3d 100644
--- a/project/variants/3.6.3/pyexts.h
+++ b/project/variants/3.6.3/pyexts.h
@@ -124,7 +124,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",