ntt123 commited on
Commit
19d60a5
1 Parent(s): 6cb128c

Update install_espeak_ng.sh

Browse files
Files changed (1) hide show
  1. 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=4.0.0 ./bazelisk-linux-amd64 build wavegru_mod -c opt --copt=-march=native
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 .