STT/native_client/ctcdecode/setup.cfg
2021-05-18 13:45:52 +02:00

16 lines
344 B
INI

# temp_build is two deep because SWIG does not clean relative paths when
# building, so ../kenlm pollutes the source directory.
[build_ext]
build-lib=temp_build/temp_build
build-temp=temp_build/temp_build
[build_py]
build-lib=temp_build/temp_build
[bdist_wheel]
bdist-dir=temp_build/temp_build
[install_lib]
build-dir=temp_build/temp_build