Skip to content

Commit 0020030

Browse files
committed
Fix macos arm64
1 parent 0b71425 commit 0020030

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_build_support/cmake_extension.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def build_extension(self, ext: setuptools.extension.Extension):
9292
"-DBUILD_PIPER_PHONMIZE_TESTS=OFF",
9393
"-DBUILD_ESPEAK_NG_EXE=OFF",
9494
"-DBUILD_ESPEAK_NG_TESTS=OFF",
95+
"-DSHERPA_ONNX_USE_PRE_INSTALLED_ONNXRUNTIME_IF_AVAILABLE=OFF",
9596
"-DSHERPA_ONNX_ENABLE_C_API=OFF",
9697
"-DSHERPA_ONNX_BUILD_C_API_EXAMPLES=OFF",
9798
"-DSHERPA_ONNX_ENABLE_CHECK=OFF",

0 commit comments

Comments
 (0)