mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-09 10:02:20 +00:00
Fix building on windows
This commit is contained in:
parent
07d11476c1
commit
2f9fc99e6b
1
setup.py
1
setup.py
@ -41,6 +41,7 @@ setuptools.setup(
|
||||
long_description_content_type="text/markdown",
|
||||
ext_modules=[cmake_extension("_kaldifeat")],
|
||||
cmdclass={"build_ext": BuildExtension, "bdist_wheel": bdist_wheel},
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
"Programming Language :: C++",
|
||||
"Programming Language :: Python",
|
||||
|
Loading…
x
Reference in New Issue
Block a user