Skip to content

Commit

Permalink
Fix MSVC compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Bicheru committed Feb 16, 2021
1 parent f10db55 commit 1742312
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 @@ -4,7 +4,7 @@
except ImportError:
from distutils.core import setup, Extension

core = Extension('detect_simd/core',
core = Extension('detect_simd.core',
sources=['detect_simd/src/detect_simd.c'])

setup(name = 'detect_simd',
Expand Down

0 comments on commit 1742312

Please # to comment.