From 693a2823fb906021ba70e5bf486de90cc860e8dd Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Thu, 21 Dec 2023 23:22:55 -0500 Subject: [PATCH] Update setup.py --- python/finufft/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/finufft/setup.py b/python/finufft/setup.py index 69b3f2050..27aad0e25 100644 --- a/python/finufft/setup.py +++ b/python/finufft/setup.py @@ -84,6 +84,7 @@ def get_export_symbols(self, ext): def get_ext_filename(self, ext_name): if self._ctypes: + # importlib can not recognize .so on Windows if platform.system() != "Windows": return ext_name + ".so" else: