Spaces:
Runtime error
Runtime error
Update install_espeak_ng.sh
Browse files- install_espeak_ng.sh +1 -1
install_espeak_ng.sh
CHANGED
@@ -12,5 +12,5 @@
|
|
12 |
)
|
13 |
# build bazel too
|
14 |
rm wavegru_mod.so
|
15 |
-
USE_BAZEL_VERSION=
|
16 |
cp -f bazel-bin/wavegru_mod.so .
|
|
|
12 |
)
|
13 |
# build bazel too
|
14 |
rm wavegru_mod.so
|
15 |
+
USE_BAZEL_VERSION=5.0.0 ./bazelisk-linux-amd64 build wavegru_mod -c opt --copt=-march=native
|
16 |
cp -f bazel-bin/wavegru_mod.so .
|