Skip to content

Commit

Permalink
fixup4
Browse files Browse the repository at this point in the history
  • Loading branch information
James-E-A committed Feb 7, 2024
1 parent 2133683 commit a4af738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_tag(self):

if platform.system() == 'Windows':
for i in reversed([i for i, cffi_module in enumerate(cffi_modules) if '_avx2' in cffi_module]):
cffi_module.pop(i)
cffi_modules.pop(i)


setup(
Expand Down

0 comments on commit a4af738

Please sign in to comment.