Update setup.py

This commit is contained in:
Luke Southam 2022-12-14 16:26:51 +00:00 committed by GitHub
parent 29ff3387e3
commit b52111a092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ setup(
author_email='luke@devthe.com',
ext_modules = cythonize("whispercpp.pyx"),
include_dirs = ['./whisper.cpp/', numpy.get_include()],
extra_compile_args = ['-std=c++20'],
extra_compile_args = ['/std:c++20'],
install_requires=[
'numpy',
'ffmpeg-python',