From a887cdba1b0ccfca38cf73837cca456b1e0f55ea Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Sat, 11 Nov 2023 12:53:39 +0000 Subject: [PATCH] Try setup.cfg setting compiler to mingw32 --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..5c42966 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[build] +compiler=mingw32 + +[build_ext] +compiler=mingw32