Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 authored Dec 22, 2023
1 parent 8e389c5 commit 693a282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/finufft/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 693a282

Please sign in to comment.