STT/native_client/ctcdecode/setup.cfg
2018-11-03 07:48:02 -03:00

17 lines
345 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